fix(Header): fixed height for header image to not cause css glitch at startup
This commit is contained in:
parent
fb7aa315b4
commit
5bd5a5f0df
4 changed files with 8 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue