From 854bde3095c195a3c628be878fc776e16f4bd424 Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 10 Nov 2025 03:51:59 +0100 Subject: menu responsive !! --- public/css/head.css | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'public/css/head.css') 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 @@ header { text-align: center; - /*padding-top: 5px;*/ - /*padding-bottom: 10px;*/ background-size: cover; /* largeur du bloc_page */ background-position: center; } -#nav_zone -{ - /*margin: auto;*/ - /*max-width: 1200px;*/ - display: flex; - /*align-items: center;*/ /* conflit possible avec .social align-self */ - justify-content: center; -} -.nav_button{ - display: none; -} .background_button { max-height: 24px; } -.header_additional_inputs +.header_above { display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: center; - margin-top: 10px; +} +.header_above > div > * +{ + margin: 10px 0; } .header_content { - margin-top: 10px; + /*margin-top: 10px;*/ padding-bottom: 20px; display: grid; grid-template-columns: 1fr 1fr 1fr; -- cgit v1.2.3