aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2019-10-07 21:29:28 -0500
committerMatt Rude <[email protected]>2019-10-07 21:29:28 -0500
commit224f0e2257859ce94ae7922108979136b2651ac4 (patch)
treeae34a2f4c8b0d8aca9371efdeee4d8f66ebb112b
parent00a19c96742adaf652739739c8ef5c6a89999826 (diff)
downloadtherudes_com-224f0e2257859ce94ae7922108979136b2651ac4.tar.gz
therudes_com-224f0e2257859ce94ae7922108979136b2651ac4.tar.bz2
therudes_com-224f0e2257859ce94ae7922108979136b2651ac4.zip
Update custom.scss
-rw-r--r--_sass/custom.scss16
1 files changed, 10 insertions, 6 deletions
diff --git a/_sass/custom.scss b/_sass/custom.scss
index 3ae9544..6d4eaed 100644
--- a/_sass/custom.scss
+++ b/_sass/custom.scss
@@ -5,6 +5,14 @@ body {
line-height: 1.6;
}
+h1, h2 {
+ margin-top: 2.5em;
+}
+
+h1 {
+ padding-top: 40px;
+}
+
.drop-shadow {
-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
@@ -70,10 +78,6 @@ div.caption i.fa {
top: 0;
}
-h1 {
- padding-top: 40px;
-}
-
@media (min-width: 992px) {
div.caption i.fa {
text-align: center;
@@ -200,11 +204,11 @@ h1 {
/* Mein Page Header Section Ends */
li.active {
- background-color:grey;
+ background-color:grey;
}
.nav>li>a:hover, .nav>li>a:focus {
- background-color:grey;
+ background-color:grey;
}
.nav>li>a, .nav>li>a:hover, .nav>li>a:focus {
color: #fff;