Improve the logo display on the landing page

This commit is contained in:
gregoirenovel 2018-03-01 09:44:58 +01:00 committed by Mathieu Magnin
parent ad2e418490
commit 479f8b192d

View file

@ -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;
}
} }
} }