Version mobile header + footer
This commit is contained in:
parent
a920a4fbb5
commit
ace11636c9
20
styles.css
20
styles.css
|
@ -652,25 +652,29 @@ A-lec images
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 10px;
|
||||
font-size: 55%;
|
||||
}
|
||||
|
||||
#a-lec_site-title h2 {
|
||||
font-weight: normal;
|
||||
font-size: 150%;
|
||||
font-size: 110%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
#a-lec_site-title h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#a-lec_site-name a {
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
font-size: 325%;
|
||||
font-size: 190%;
|
||||
}
|
||||
|
||||
#a-lec_site-name a:hover {
|
||||
background-color: unset;
|
||||
font-weight: bold;
|
||||
background-color: unset;
|
||||
font-size: 190%;
|
||||
}
|
||||
|
||||
p {
|
||||
|
@ -678,3 +682,13 @@ A-lec images
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
@media screen and (max-width: 399px) {
|
||||
#a-lec_site-title h2 {
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
#a-lec_site-name a {
|
||||
font-size: 280%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue