mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +00:00
enlarge margin bottom on smaller devices
This commit is contained in:
parent
4be72880a8
commit
196b19d42a
|
@ -34,13 +34,13 @@ body {
|
|||
@media (max-width: 991px) {
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 90px;
|
||||
margin-bottom: 110px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
body {
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 110px;
|
||||
margin-bottom: 130px;
|
||||
}
|
||||
}
|
||||
.footer {
|
||||
|
|
Loading…
Reference in New Issue
Block a user