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%; } }