diff options
Diffstat (limited to 'public/css/head.css')
| -rw-r--r-- | public/css/head.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/public/css/head.css b/public/css/head.css index b8d4c93..a718a45 100644 --- a/public/css/head.css +++ b/public/css/head.css | |||
| @@ -6,17 +6,21 @@ header | |||
| 6 | background-image: url('../assets/fond-piscine.jpg'); | 6 | background-image: url('../assets/fond-piscine.jpg'); |
| 7 | background-size: cover; /* largeur du bloc_page */ | 7 | background-size: cover; /* largeur du bloc_page */ |
| 8 | } | 8 | } |
| 9 | header > div | 9 | .empty_nav_zone |
| 10 | { | 10 | { |
| 11 | /*margin: auto;*/ | 11 | /*margin: auto;*/ |
| 12 | /*max-width: 1200px;*/ | 12 | /*max-width: 1200px;*/ |
| 13 | display: flex; | 13 | display: flex; |
| 14 | /*align-items: center;*/ /* conflit possible avec .social align-self */ | 14 | /*align-items: center;*/ /* conflit possible avec .social align-self */ |
| 15 | justify-content: space-around; | 15 | justify-content: center; |
| 16 | } | 16 | } |
| 17 | |||
| 17 | .header-content | 18 | .header-content |
| 18 | { | 19 | { |
| 19 | padding: 20px 0; | 20 | padding: 20px 0; |
| 21 | display: grid; | ||
| 22 | grid-template-columns: repeat(3, 1fr); | ||
| 23 | align-items: end; | ||
| 20 | } | 24 | } |
| 21 | .site_title | 25 | .site_title |
| 22 | { | 26 | { |
| @@ -50,7 +54,7 @@ header a | |||
| 50 | { | 54 | { |
| 51 | width: 25px; | 55 | width: 25px; |
| 52 | background-color: #ffffffb3; | 56 | background-color: #ffffffb3; |
| 53 | border-radius: 10px; | 57 | border-radius: 50%; |
| 54 | } | 58 | } |
| 55 | 59 | ||
| 56 | .social img:hover | 60 | .social img:hover |
