better layout for smaller screens
This commit is contained in:
parent
f0dc8d1543
commit
d914ef1b72
1 changed files with 5 additions and 5 deletions
10
style.css
10
style.css
|
@ -141,11 +141,11 @@ button:hover {
|
|||
/* Banner */
|
||||
header {
|
||||
position: relative;
|
||||
margin-top: 24px;
|
||||
margin-top: 18px;
|
||||
}
|
||||
#header-img-group-banner img {
|
||||
width: 100%;
|
||||
height: 90px;
|
||||
height: 70px;
|
||||
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
|
@ -158,8 +158,8 @@ header {
|
|||
right: 0;
|
||||
margin: auto;
|
||||
|
||||
height: 140px;
|
||||
width: 160px;
|
||||
height: 130px;
|
||||
width: 150px;
|
||||
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
|
@ -306,7 +306,7 @@ header {
|
|||
height: 50px;
|
||||
}
|
||||
#header-img-group-logo img {
|
||||
height: 80px;
|
||||
height: 60px;
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue