aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2019-10-07 21:40:57 -0500
committerMatt Rude <[email protected]>2019-10-07 21:40:57 -0500
commit454924387976c3206819baa7d2f837e361913576 (patch)
tree3df8aaad08644e4fd572bb7d6e81f35b8c4799a0
parent224f0e2257859ce94ae7922108979136b2651ac4 (diff)
downloadtherudes_com-454924387976c3206819baa7d2f837e361913576.tar.gz
therudes_com-454924387976c3206819baa7d2f837e361913576.tar.bz2
therudes_com-454924387976c3206819baa7d2f837e361913576.zip
Update custom.scss
-rw-r--r--_sass/custom.scss21
1 files changed, 7 insertions, 14 deletions
diff --git a/_sass/custom.scss b/_sass/custom.scss
index 6d4eaed..94b4888 100644
--- a/_sass/custom.scss
+++ b/_sass/custom.scss
@@ -36,19 +36,15 @@ div.caption i.fa {
.dropdown-menu {
width: 1000px;
margin-left: -425px;
+ &>li {
+ padding: 3px 10px;
+ &>a {
+ display: inline;
+ padding: 3px 10px;
+ }
+ }
}
-.dropdown-menu>li {
- padding: 3px 10px;
-}
-
-
-.dropdown-menu>li>a {
- display: inline;
- padding: 3px 10px;
-}
-
-
.section .parallax > img {
width:100%;
}
@@ -148,9 +144,6 @@ div.caption i.fa {
@media (min-width: 768px) {
.section-header .separator {
width: 20em;
- }
-
- .section-header .separator {
color: #fff;
margin: 2em auto;
max-width: 300px;