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 */
|
/* Banner */
|
||||||
header {
|
header {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 32px 0 40px 0;
|
margin: 18px 0 40px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header-img-group-banner img {
|
#header-img-group-banner img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100px;
|
height: 90px;
|
||||||
|
|
||||||
-o-object-fit: cover;
|
-o-object-fit: cover;
|
||||||
|
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header-img-group-logo img {
|
#header-img-group-logo img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -152,8 +150,8 @@ header {
|
||||||
right: 0;
|
right: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
height: 170px;
|
height: 160px;
|
||||||
width: 200px;
|
width: 180px;
|
||||||
-o-object-fit: contain;
|
-o-object-fit: contain;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
|
|
||||||
|
@ -287,6 +285,17 @@ header nav li:not(#here) a:hover {
|
||||||
bottom: -50px;
|
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,
|
#whitespace,
|
||||||
#arrow {
|
#arrow {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue