Jungle theme - only change fonts on smaller screens
This commit is contained in:
parent
ade9c47d25
commit
b4e77bae40
|
@ -24,13 +24,15 @@ body {
|
||||||
left: -4px;
|
left: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bar.bottom {
|
@media screen and (max-width: 600px) {
|
||||||
|
.bar.bottom {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#thread-update-status {
|
#thread-update-status {
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.title h1 {
|
div.title h1 {
|
||||||
|
|
Loading…
Reference in New Issue