header size refinement
This commit is contained in:
parent
f94191d1bc
commit
c0a1b0a04f
1 changed files with 15 additions and 6 deletions
21
style.css
21
style.css
|
@ -132,18 +132,16 @@ a:hover {
|
|||
/* Banner */
|
||||
header {
|
||||
position: relative;
|
||||
margin: 32px 0 40px 0;
|
||||
margin: 18px 0 40px 0;
|
||||
}
|
||||
|
||||
#header-img-group-banner img {
|
||||
width: 100%;
|
||||
height: 100px;
|
||||
height: 90px;
|
||||
|
||||
-o-object-fit: cover;
|
||||
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
#header-img-group-logo img {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -152,8 +150,8 @@ header {
|
|||
right: 0;
|
||||
margin: auto;
|
||||
|
||||
height: 170px;
|
||||
width: 200px;
|
||||
height: 160px;
|
||||
width: 180px;
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
|
||||
|
@ -287,6 +285,17 @@ header nav li:not(#here) a:hover {
|
|||
bottom: -50px;
|
||||
}
|
||||
|
||||
header {
|
||||
margin: 18px 0 80px 0;
|
||||
}
|
||||
#header-img-group-banner img {
|
||||
height: 50px;
|
||||
}
|
||||
#header-img-group-logo img {
|
||||
height: 100px;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
#whitespace,
|
||||
#arrow {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Reference in a new issue