mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
CSS work - make doc pages readable again
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.landing section,
|
||||
.xrpl-footer .card-grid,
|
||||
#main_content_wrapper {
|
||||
border-bottom: 1px solid $black;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
|
||||
/* main content area ----------------------------------- */
|
||||
.sidebar-primary .main {
|
||||
border-left: 1px solid $gray-200;
|
||||
border-right: 1px solid $gray-200;
|
||||
border-left: none;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
// Card Grid styles ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user