Fix spacing from headers to 1st text

This commit is contained in:
mDuo13
2021-07-02 01:00:22 -07:00
parent 661479ce78
commit 408b4c21f0
8 changed files with 19 additions and 12 deletions

View File

@@ -44,6 +44,7 @@
.landing-bg {
@include media-breakpoint-down(sm) {
opacity: .6;
margin-right: -20vw;//CURSOR
}
}
@@ -82,6 +83,12 @@
right: -4px;
}
#use-case-card-grid {
@include media-breakpoint-up(lg) {
margin-top: -40px; // offset the 40px margin of the cols
}
}
// History Page
#history-orange {
position: absolute;