Some spacing adjustments

This commit is contained in:
mDuo13
2020-09-15 18:28:57 -07:00
parent 9d4040465a
commit 2d4a2fe7d4
14 changed files with 29 additions and 19 deletions

View File

@@ -42,6 +42,14 @@
font-weight: 700;
box-shadow: inset 0 -1px 0 0 #000;
}
@include media-breakpoint-only(lg) {
padding: 1rem 1.15rem;
&.github-edit {
padding-left: 40px;
}
}
}
// Buttons in top nav
.btn-outline-secondary {