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