diff --git a/style.css b/style.css index e3de278..2895424 100644 --- a/style.css +++ b/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; }