mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
Top nav to full width, per Gratas' suggestion.
This commit is contained in:
@@ -57,8 +57,8 @@ p + .readmore {
|
||||
.jump-to-top {
|
||||
display: none;
|
||||
position: fixed;
|
||||
bottom: 15px;
|
||||
right: 30px;
|
||||
bottom: 36px;
|
||||
right: 36px;
|
||||
font-weight: 700;
|
||||
z-index: 1000;
|
||||
color: white;
|
||||
@@ -66,9 +66,4 @@ p + .readmore {
|
||||
&::after {
|
||||
content: " ↑"
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(sm) {
|
||||
bottom: 40px;
|
||||
right: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* Top navigation ----------------------------------------------------------- */
|
||||
.top-nav {
|
||||
margin-top: 20px;
|
||||
margin: 20px 4px 0 4px;
|
||||
|
||||
// Logo
|
||||
.navbar-brand {
|
||||
|
||||
Reference in New Issue
Block a user