mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +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) {
|
||||
body {
|
||||
font-size: 0.875rem;
|
||||
}
|
||||
.footer {
|
||||
height: 126px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user