Improve the logo display on the landing page
This commit is contained in:
parent
ad2e418490
commit
479f8b192d
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
@import "constants";
|
||||
@import "mixins";
|
||||
|
||||
$landing-breakpoint: 1040px;
|
||||
|
||||
// FIXME: Rename when the header is generalized
|
||||
.new-header {
|
||||
background-color: #FFFFFF;
|
||||
|
@ -25,6 +27,10 @@
|
|||
|
||||
img {
|
||||
height: 36px;
|
||||
|
||||
@media (max-width: $landing-breakpoint) {
|
||||
height: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue