Version mobile header + footer

This commit is contained in:
Adrien Bourmault 2022-07-08 17:03:21 +02:00
parent a5e92eb1ff
commit 41d7f894da
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 11 additions and 19 deletions

View File

@ -601,6 +601,12 @@ A-lec images
padding: 5px; padding: 5px;
} }
#a-lec_banner {
display: block;
padding: 5px;
}
#a-lec_a-propos { #a-lec_a-propos {
display: block; display: block;
margin-bottom: 10px; margin-bottom: 10px;
@ -630,8 +636,8 @@ A-lec images
all: unset; all: unset;
display: inline-block; display: inline-block;
width: 100%; width: 100%;
margin-top: 10px; margin-top: 20px;
height: 12vh; height: min(20vw,20vh);
} }
#a-lec_site-description { #a-lec_site-description {
@ -656,7 +662,7 @@ A-lec images
#a-lec_site-title h2 { #a-lec_site-title h2 {
font-weight: normal; font-weight: normal;
font-size: 110%; font-size: 5vw;
margin-top: 20px; margin-top: 20px;
} }
@ -667,14 +673,14 @@ A-lec images
#a-lec_site-name a { #a-lec_site-name a {
color: #FFF; color: #FFF;
font-weight: bold; font-weight: bold;
font-size: 177%; font-size: 8.4vw;
} }
#a-lec_site-name a:hover { #a-lec_site-name a:hover {
background-color: unset; background-color: unset;
font-weight: bold; font-weight: bold;
background-color: unset; background-color: unset;
font-size: 177%; font-size: 8.4vw;
} }
p { p {
@ -682,17 +688,3 @@ A-lec images
} }
} }
@media screen and (max-width: 360px) {
#a-lec_site-title h2 {
font-size: 100%;
}
#a-lec_site-title {
margin: 0px;
}
#a-lec_site-name a {
font-size: 240%;
}
}