Fixed bottom padding on small screens
This commit is contained in:
@@ -89,10 +89,12 @@ p {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1440px;
|
max-width: 1440px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
padding-bottom: 300px;
|
padding-bottom: 300px;
|
||||||
|
|
||||||
|
@media screen and (max-width: $breakpoint-sm) {
|
||||||
|
padding-bottom: 380px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
|||||||
@@ -8115,6 +8115,11 @@ p {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
padding-bottom: 300px;
|
padding-bottom: 300px;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
#content {
|
||||||
|
padding-bottom: 380px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
color: maroon;
|
color: maroon;
|
||||||
|
|||||||
2
static/css/ndws.min.css
vendored
2
static/css/ndws.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user