diff options
Diffstat (limited to 'public/css/head.css')
| -rw-r--r-- | public/css/head.css | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/public/css/head.css b/public/css/head.css index 1b805fe..4df68ba 100644 --- a/public/css/head.css +++ b/public/css/head.css | |||
| @@ -1,38 +1,28 @@ | |||
| 1 | header | 1 | header |
| 2 | { | 2 | { |
| 3 | text-align: center; | 3 | text-align: center; |
| 4 | /*padding-top: 5px;*/ | ||
| 5 | /*padding-bottom: 10px;*/ | ||
| 6 | background-size: cover; /* largeur du bloc_page */ | 4 | background-size: cover; /* largeur du bloc_page */ |
| 7 | background-position: center; | 5 | background-position: center; |
| 8 | } | 6 | } |
| 9 | #nav_zone | ||
| 10 | { | ||
| 11 | /*margin: auto;*/ | ||
| 12 | /*max-width: 1200px;*/ | ||
| 13 | display: flex; | ||
| 14 | /*align-items: center;*/ /* conflit possible avec .social align-self */ | ||
| 15 | justify-content: center; | ||
| 16 | } | ||
| 17 | .nav_button{ | ||
| 18 | display: none; | ||
| 19 | } | ||
| 20 | 7 | ||
| 21 | .background_button | 8 | .background_button |
| 22 | { | 9 | { |
| 23 | max-height: 24px; | 10 | max-height: 24px; |
| 24 | } | 11 | } |
| 25 | .header_additional_inputs | 12 | .header_above |
| 26 | { | 13 | { |
| 27 | display: flex; | 14 | display: flex; |
| 28 | flex-wrap: wrap; | 15 | flex-wrap: wrap; |
| 29 | justify-content: space-evenly; | 16 | justify-content: space-evenly; |
| 30 | align-items: center; | 17 | align-items: center; |
| 31 | margin-top: 10px; | 18 | } |
| 19 | .header_above > div > * | ||
| 20 | { | ||
| 21 | margin: 10px 0; | ||
| 32 | } | 22 | } |
| 33 | .header_content | 23 | .header_content |
| 34 | { | 24 | { |
| 35 | margin-top: 10px; | 25 | /*margin-top: 10px;*/ |
| 36 | padding-bottom: 20px; | 26 | padding-bottom: 20px; |
| 37 | display: grid; | 27 | display: grid; |
| 38 | grid-template-columns: 1fr 1fr 1fr; | 28 | grid-template-columns: 1fr 1fr 1fr; |
