mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Fix spacing from headers to 1st text
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user