Fall back to text logo on homepage
This commit is contained in:
parent
84f6b91ce5
commit
f351823129
2 changed files with 10 additions and 1 deletions
Binary file not shown.
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue