one more responsive tweak

This commit is contained in:
kitajchuk
2022-06-13 20:29:55 -07:00
parent d1a7dcd446
commit 54e9886d70

View File

@@ -11,10 +11,10 @@
&__wrap {
@include flex-cols();
padding-bottom: 72px;
padding-bottom: 64px;
@media (max-width: $width-mobile) {
padding-bottom: 36px;
padding-bottom: 32px;
}
}