fix merge
This commit is contained in:
@@ -14,16 +14,16 @@
|
||||
|
||||
// Globe
|
||||
.globe {
|
||||
margin-top: -96px;
|
||||
margin-bottom: -160px;
|
||||
// margin-top: -96px;
|
||||
// margin-bottom: -160px;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
margin-bottom: calc(-120px - 6vw);
|
||||
}
|
||||
@include breakpoint (xl) {
|
||||
margin-top: -176px;
|
||||
margin-bottom: -240px;
|
||||
}
|
||||
// @include breakpoint (sm) {
|
||||
// margin-bottom: calc(-120px - 6vw);
|
||||
// }
|
||||
// @include breakpoint (xl) {
|
||||
// margin-top: -176px;
|
||||
// margin-bottom: -240px;
|
||||
// }
|
||||
}
|
||||
|
||||
// Browse
|
||||
|
||||
Reference in New Issue
Block a user