expand header

This commit is contained in:
YK 2025-09-13 16:28:33 +03:00
parent 260dbc6b27
commit ef5fb1dfa2
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ header {
display: flex; display: flex;
.campaign-image { .campaign-image {
width: 100px; width: 120px;
img { img {
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@ -30,7 +30,7 @@ h1, h2, h3, h4, h5, h6 {
width: 90vw; width: 90vw;
height: 90vh; height: 90vh;
display: grid; display: grid;
grid-template-rows: 100px 1fr; grid-template-rows: 120px 1fr;
grid-template-columns: 2fr 6fr; grid-template-columns: 2fr 6fr;
grid-gap: 20px; grid-gap: 20px;
} }