Version mobile header + footer

This commit is contained in:
Adrien Bourmault 2022-07-08 16:46:51 +02:00
parent ace11636c9
commit 54e553e4f0
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 5 additions and 5 deletions

View File

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