mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-07 05:15:48 +00:00
CSS: fix excess center column space on mobile
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user