mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
36 lines
444 B
CSS
36 lines
444 B
CSS
/* Additional Styling */
|
|
|
|
.header .left {
|
|
float: none;
|
|
max-width: 1024px;
|
|
margin: auto;
|
|
}
|
|
|
|
.header-subnav-wrapper {
|
|
background: #f3f6fb;
|
|
border-bottom: solid 1px #dfe2e7;
|
|
}
|
|
|
|
.header-subnav {
|
|
max-width: 1024px;
|
|
margin: auto;
|
|
border-bottom: none !important;
|
|
}
|
|
|
|
.content-root {
|
|
max-width: 1024px;
|
|
margin: auto;
|
|
}
|
|
|
|
.menubar.fixed {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.menubar {
|
|
right: 794px;
|
|
}
|
|
}
|
|
|