Remove unecessary padding in footer

This commit is contained in:
jorgeluiscarrillo 2021-02-15 17:10:25 -08:00 committed by GitHub
parent 929b9efaab
commit a78fa28276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@
}
& > *:last-child {
padding: 0 5px;
padding: 0 0px;
@media #{$media-size-tablet} {
padding: 0;