Fall back to text logo on homepage

This commit is contained in:
Alex Gleason 2020-04-10 16:37:19 -05:00
parent 84f6b91ce5
commit f351823129
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 10 additions and 1 deletions

View file

@ -663,7 +663,7 @@ $small-breakpoint: 960px;
@media screen and (max-width: 767px) {
background-image: none;
.brand__tagline { color: white; }
.brand__tagline, .brand h1 { color: white; }
.header {
.nav-link {
color: white;
@ -759,6 +759,10 @@ $small-breakpoint: 960px;
display: none;
}
}
h1 {
font-size: 40px;
}
}
.directory {
@ -926,6 +930,11 @@ $small-breakpoint: 960px;
position: relative;
text-decoration: none;
margin-right: 15px;
h1 {
@include font-montserrat();
color: $gab-brand-default;
}
}
.brand__tagline {