Fixed bottom padding on small screens
This commit is contained in:
@@ -89,10 +89,12 @@ p {
|
||||
width: 100%;
|
||||
max-width: 1440px;
|
||||
margin: auto;
|
||||
|
||||
|
||||
|
||||
padding-bottom: 300px;
|
||||
|
||||
@media screen and (max-width: $breakpoint-sm) {
|
||||
padding-bottom: 380px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
hr {
|
||||
|
||||
Reference in New Issue
Block a user