More CSS-y things

This commit is contained in:
Michael Ball 2019-12-19 02:32:18 -08:00
parent 767b0bcd19
commit 904ca19878
3 changed files with 7 additions and 5 deletions

View file

@ -29,7 +29,9 @@
} }
} }
.dropdown-menu { .dropdown-menu {
padding: 17px;
min-width: 225px; min-width: 225px;
} }
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
color: #FFF;
}
} }

View file

@ -116,10 +116,10 @@
} }
#social-media{ #social-media{
background: none repeat scroll 0 0 #2f2f2f; background: none repeat scroll 0 0 #0C3559;
padding: 30px 20px; padding: 50px 20px;
i{ i{
color: #0C3559; color: #FFF;
} }
i:hover{ i:hover{
color: #F2E205; color: #F2E205;

View file

@ -13,7 +13,7 @@ body {
} }
#content { #content {
// padding-bottom: 60px; padding-bottom: 45px;
} }
#footer { #footer {