fix(Header): fixed height for header image to not cause css glitch at startup

This commit is contained in:
Matthieu Bessat 2020-09-05 23:31:26 +02:00
parent fb7aa315b4
commit 5bd5a5f0df
4 changed files with 8 additions and 9 deletions

View file

@ -42,6 +42,7 @@
.header-image img {
width: 7em;
height: 158px;
}
.header-home-link {
@ -418,6 +419,7 @@ Nav
}
.header-image img {
width: 6em;
height: 135px;
}
.header-sub-title {
margin-top: 1em;
@ -431,9 +433,6 @@ Nav
text-align: center;
}
.card {
display: block;
}