Version mobile header + footer
This commit is contained in:
parent
7dc4fee7a5
commit
a920a4fbb5
18
styles.css
18
styles.css
|
@ -603,25 +603,22 @@ A-lec images
|
|||
|
||||
#a-lec_a-propos {
|
||||
display: block;
|
||||
margin-bottom: 30px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 90%;
|
||||
border: 2px solid var(--chalec_yellow);
|
||||
border-top : unset;
|
||||
border-left: unset;
|
||||
border-right: unset;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
#a-lec_footer h1 {
|
||||
margin-top: 0px;
|
||||
font-size: 115%;
|
||||
padding: 15px;
|
||||
margin-bottom: 0px;
|
||||
font-size: 120%
|
||||
font-size: 110%
|
||||
}
|
||||
|
||||
#a-lec_footer li {
|
||||
text-align: center;
|
||||
margin-left: 0px;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
#a-lec_banner,
|
||||
|
@ -655,25 +652,24 @@ A-lec images
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 10px;
|
||||
font-size: 85%;
|
||||
font-size: 55%;
|
||||
}
|
||||
|
||||
#a-lec_site-title h2 {
|
||||
font-weight: normal;
|
||||
font-size: 130%;
|
||||
font-size: 150%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#a-lec_site-name a {
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
font-size: 300%;
|
||||
font-size: 325%;
|
||||
}
|
||||
|
||||
#a-lec_site-name a:hover {
|
||||
background-color: unset;
|
||||
font-weight: bold;
|
||||
font-size: 300%;
|
||||
background-color: unset;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue