From a920a4fbb5a43a605dfc31427c0306805f072fa2 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 8 Jul 2022 16:30:51 +0200 Subject: [PATCH] Version mobile header + footer --- styles.css | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/styles.css b/styles.css index 75122ce..896ed94 100644 --- a/styles.css +++ b/styles.css @@ -603,25 +603,22 @@ A-lec images #a-lec_a-propos { display: block; - margin-bottom: 30px; + margin-bottom: 10px; font-size: 90%; - border: 2px solid var(--chalec_yellow); - border-top : unset; - border-left: unset; - border-right: unset; padding: 15px; } #a-lec_footer h1 { margin-top: 0px; - font-size: 115%; padding: 15px; margin-bottom: 0px; - font-size: 120% + font-size: 110% } #a-lec_footer li { text-align: center; + margin-left: 0px; + margin-right: 0px; } #a-lec_banner, @@ -655,25 +652,24 @@ A-lec images display: flex; flex-direction: column; padding: 10px; - font-size: 85%; + font-size: 55%; } #a-lec_site-title h2 { font-weight: normal; - font-size: 130%; + font-size: 150%; margin-top: 20px; } #a-lec_site-name a { color: #FFF; font-weight: bold; - font-size: 300%; + font-size: 325%; } #a-lec_site-name a:hover { background-color: unset; font-weight: bold; - font-size: 300%; background-color: unset; }