From 43c962f442165327d73756c62501ff823d43f9f3 Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 31 Mar 2025 18:43:53 +0200 Subject: positions dans table page, fil d'ariane en haut, logo dans footer --- public/css/head.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'public/css/head.css') 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 background-image: url('../assets/fond-piscine.jpg'); background-size: cover; /* largeur du bloc_page */ } -header > div +.empty_nav_zone { /*margin: auto;*/ /*max-width: 1200px;*/ display: flex; /*align-items: center;*/ /* conflit possible avec .social align-self */ - justify-content: space-around; + justify-content: center; } + .header-content { padding: 20px 0; + display: grid; + grid-template-columns: repeat(3, 1fr); + align-items: end; } .site_title { @@ -50,7 +54,7 @@ header a { width: 25px; background-color: #ffffffb3; - border-radius: 10px; + border-radius: 50%; } .social img:hover -- cgit v1.2.3