fix: rework sizes and spaces on Location page
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
}
|
||||
@include bp (sm) {
|
||||
grid-column: 6 / span 14;
|
||||
margin-bottom: 56px;
|
||||
margin-bottom: 48px;
|
||||
padding: 0;
|
||||
max-width: 800px;
|
||||
}
|
||||
@@ -28,7 +28,7 @@
|
||||
}
|
||||
.info {
|
||||
display: block;
|
||||
margin-top: 12px;
|
||||
margin-top: 8px;
|
||||
color: $color-lightgray;
|
||||
line-height: 1.5;
|
||||
opacity: 0;
|
||||
@@ -36,10 +36,10 @@
|
||||
transition-delay: var(--delay);
|
||||
|
||||
@include bp (sm) {
|
||||
margin-top: 16px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
@include bp (md) {
|
||||
margin-top: 24px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
& > * {
|
||||
|
||||
Reference in New Issue
Block a user