From ace11636c995591e5a0082b61f3ae74a89ee78fa Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 8 Jul 2022 16:41:37 +0200 Subject: [PATCH] Version mobile header + footer --- styles.css | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index 896ed94..e3e62ea 100644 --- a/styles.css +++ b/styles.css @@ -652,25 +652,29 @@ A-lec images display: flex; flex-direction: column; padding: 10px; - font-size: 55%; } #a-lec_site-title h2 { font-weight: normal; - font-size: 150%; + font-size: 110%; margin-top: 20px; } + #a-lec_site-title h1 { + text-align: center; + } + #a-lec_site-name a { color: #FFF; font-weight: bold; - font-size: 325%; + font-size: 190%; } #a-lec_site-name a:hover { background-color: unset; font-weight: bold; background-color: unset; + font-size: 190%; } p { @@ -678,3 +682,13 @@ A-lec images } } + +@media screen and (max-width: 399px) { + #a-lec_site-title h2 { + font-size: 130%; + } + + #a-lec_site-name a { + font-size: 280%; + } +}