CSS: fix excess center column space on mobile

This commit is contained in:
mDuo13
2023-09-14 16:07:39 -07:00
parent 1173fbe942
commit 21fe6dd7bd
2 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -203,8 +203,11 @@ section {
.xrp-ledger-dev-portal.sidebar-primary .main { .xrp-ledger-dev-portal.sidebar-primary .main {
z-index: 5; z-index: 5;
padding: 2rem; padding: 2rem;
top: 80px;
min-height: 700px; min-height: 700px;
@include media-breakpoint-up(lg) {
top: 80px;
}
} }
.left-sidebar { .left-sidebar {