From 54e553e4f01402a4746c9a92f926f5e8d5fffeb6 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 8 Jul 2022 16:46:51 +0200 Subject: [PATCH] Version mobile header + footer --- styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index e3e62ea..ef47ef3 100644 --- a/styles.css +++ b/styles.css @@ -667,14 +667,14 @@ A-lec images #a-lec_site-name a { color: #FFF; font-weight: bold; - font-size: 190%; + font-size: 177%; } #a-lec_site-name a:hover { background-color: unset; font-weight: bold; background-color: unset; - font-size: 190%; + font-size: 177%; } p { @@ -683,12 +683,12 @@ A-lec images } -@media screen and (max-width: 399px) { +@media screen and (max-width: 350px) { #a-lec_site-title h2 { - font-size: 130%; + font-size: 100%; } #a-lec_site-name a { - font-size: 280%; + font-size: 240%; } }