1
Fork 0

Correct style order

This commit is contained in:
Jake Howard 2019-03-16 16:40:08 +00:00
parent ed493c8372
commit b4bf656f5d
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -104,9 +104,9 @@ table td {
} }
.navbar { .navbar {
background-color: $black;
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
background-color: $black;
.navbar-brand { .navbar-brand {
font-size: $font-size-base; font-size: $font-size-base;
@ -131,10 +131,10 @@ table td {
footer { footer {
position: static; position: static;
bottom: 0; bottom: 0;
background-color: $black;
width: 100%; width: 100%;
height: 110px; height: 110px;
color: lighten($black, 50); color: lighten($black, 50);
background-color: $black;
a { a {
color: inherit; color: inherit;
@ -270,6 +270,6 @@ a.no-color-change {
} }
.about-card { .about-card {
background-color: $body-bg;
border: 1px solid $body-color; border: 1px solid $body-color;
background-color: $body-bg;
} }