diff --git a/css/style.css b/css/style.css index eed29c1..dcd6035 100644 --- a/css/style.css +++ b/css/style.css @@ -80,7 +80,6 @@ footer { /* Jumbotron Styles */ .jumbotron { - background: linear-gradient(45deg, var(--rd-purple) 30%, var(--rd-blue)); border: white 2px solid; } @@ -95,6 +94,15 @@ p { font-size: larger; } +.gradient-1 { + background: var(--gradient-1) !important; +} + +.gradient-2 { + background: var(--gradient-2) !important; +} + + /* Features Styles */ #features { background: #000; @@ -124,6 +132,10 @@ p { font-family: var(--body-font); } +#extra-features img { + max-height: 50px; +} + /* Alternating Color Styles */ #features .row { padding-top: 30px; diff --git a/index.html b/index.html index fae03a6..647c0cb 100644 --- a/index.html +++ b/index.html @@ -234,7 +234,7 @@