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 "constants";
|
||||||
@import "mixins";
|
@import "mixins";
|
||||||
|
|
||||||
|
$landing-breakpoint: 1040px;
|
||||||
|
|
||||||
// FIXME: Rename when the header is generalized
|
// FIXME: Rename when the header is generalized
|
||||||
.new-header {
|
.new-header {
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
|
@ -25,6 +27,10 @@
|
||||||
|
|
||||||
img {
|
img {
|
||||||
height: 36px;
|
height: 36px;
|
||||||
|
|
||||||
|
@media (max-width: $landing-breakpoint) {
|
||||||
|
height: 18px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue