fix mobile spacing

This commit is contained in:
Sean Yesmunt 2020-04-01 16:42:56 -04:00
parent dd98a20053
commit 2934c8eb62

View file

@ -24,6 +24,7 @@
@media (max-width: $breakpoint-small) {
position: static;
transform: none;
margin-bottom: var(--spacing-xsmall);
}
// This is terrible and should not be removed