Globe: Temporary fix for responsive sizing, Add correct margins top/bottom
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- Ideally the globe would have to get the size within its container (.globe), set via CSS and not on the window
This commit is contained in:
@@ -79,15 +79,7 @@
|
||||
}
|
||||
|
||||
// Globe
|
||||
|
||||
// .globe {
|
||||
// margin-bottom: calc(-200px - 8vw);
|
||||
// @include breakpoint (sm) {
|
||||
// margin-bottom: calc(-100px - 28vw);
|
||||
// }
|
||||
// @include breakpoint (xl) {
|
||||
// margin-bottom: -550px;
|
||||
// }
|
||||
// }
|
||||
|
||||
// Browse
|
||||
@@ -124,9 +116,13 @@
|
||||
|
||||
// Massive title
|
||||
.anim-title {
|
||||
margin-top: -#{pxVW(352)};
|
||||
margin-top: -#{pxVW(224)};
|
||||
margin-left: -60px;
|
||||
|
||||
@include breakpoint (sm) {
|
||||
margin-top: -224px;
|
||||
}
|
||||
|
||||
span:nth-of-type(1) {
|
||||
letter-spacing: -6vw;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user