fix abs bottom footer padding

This commit is contained in:
mDuo13
2020-09-15 16:16:04 -07:00
parent 289a959fbe
commit 837d07527b
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -6,6 +6,10 @@
padding: 100px 48px 48px 48px;
}
.absolute_bottom_footer {
padding-bottom: 48px;
}
@include media-breakpoint-down(md) {
margin: 0 24px;
}