mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-29 13:07:17 +00:00
smaller font size on small displays
This commit is contained in:
parent
81fd140a92
commit
b58c16bdee
|
@ -59,6 +59,9 @@ body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
|
body {
|
||||||
|
font-size: 0.875rem;
|
||||||
|
}
|
||||||
.footer {
|
.footer {
|
||||||
height: 126px;
|
height: 126px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user