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;
}
#a-lec_banner {
display: block;
padding: 5px;
}
#a-lec_a-propos {
display: block;
margin-bottom: 10px;
@ -630,8 +636,8 @@ A-lec images
all: unset;
display: inline-block;
width: 100%;
margin-top: 10px;
height: 12vh;
margin-top: 20px;
height: min(20vw,20vh);
}
#a-lec_site-description {
@ -656,7 +662,7 @@ A-lec images
#a-lec_site-title h2 {
font-weight: normal;
font-size: 110%;
font-size: 5vw;
margin-top: 20px;
}
@ -667,14 +673,14 @@ A-lec images
#a-lec_site-name a {
color: #FFF;
font-weight: bold;
font-size: 177%;
font-size: 8.4vw;
}
#a-lec_site-name a:hover {
background-color: unset;
font-weight: bold;
background-color: unset;
font-size: 177%;
font-size: 8.4vw;
}
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%;
}
}