Top nav to full width, per Gratas' suggestion.

This commit is contained in:
mDuo13
2020-09-21 19:09:34 -07:00
parent 0fc9ac74e6
commit 7c6b14df6a
5 changed files with 7 additions and 12 deletions

View File

@@ -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;
}
}

View File

@@ -1,6 +1,6 @@
/* Top navigation ----------------------------------------------------------- */
.top-nav {
margin-top: 20px;
margin: 20px 4px 0 4px;
// Logo
.navbar-brand {