mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
responsive vertical spacing for regions page
This commit is contained in:
@@ -5,13 +5,25 @@
|
||||
text-align: center;
|
||||
margin-top: 64px;
|
||||
|
||||
@media (max-width: $width-tablet-1) {
|
||||
margin-top: 32px;
|
||||
}
|
||||
|
||||
&__wrap {
|
||||
@include flex-cols();
|
||||
padding-bottom: 72px;
|
||||
|
||||
@media (max-width: $width-mobile) {
|
||||
padding-bottom: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
&__icon {
|
||||
padding-bottom: 24px;
|
||||
|
||||
@media (max-width: $width-mobile) {
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
&__text {
|
||||
|
||||
Reference in New Issue
Block a user