Version mobile header + footer
This commit is contained in:
parent
ace11636c9
commit
54e553e4f0
10
styles.css
10
styles.css
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue