merge padding directives

This commit is contained in:
Lucy Cifferello
2021-01-11 08:27:44 -07:00
parent e60f4157ee
commit 76b3c5fc73
5 changed files with 102 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ body, h1, h2, h3, h4, nav, .topbar, .topbar-main, .tocsection, .form-control, .b
h1 {
font-size: 2rem;
margin-top: 2rem;
margin-top: 3.5rem;
}
h2 {
@@ -25,7 +25,6 @@ p, nav a {
letter-spacing: 0.75px;
}
a, a:visited, .headerlink {
color: #ff4961!important;
}
@@ -60,10 +59,6 @@ h1, h2 {
display: inline;
}
.main-content {
margin-top: 1rem;
}
.bd-sidebar {
background: none;
}
@@ -174,6 +169,6 @@ nav.bd-links > ul.nav {
background-color: lightgray;
}
#main-content.row {
margin-top: 6rem!important;
.set-padding {
padding-top: 75px!important;
}