From ef5fb1dfa236e4bf3f07a65ea01bd9e9dec81f62 Mon Sep 17 00:00:00 2001 From: YK Date: Sat, 13 Sep 2025 16:28:33 +0300 Subject: [PATCH] expand header --- style/_header.scss | 2 +- style/main.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/style/_header.scss b/style/_header.scss index c9b8855..a1a8011 100644 --- a/style/_header.scss +++ b/style/_header.scss @@ -6,7 +6,7 @@ header { display: flex; .campaign-image { - width: 100px; + width: 120px; img { width: 100%; height: 100%; diff --git a/style/main.scss b/style/main.scss index 9285766..3d461b0 100644 --- a/style/main.scss +++ b/style/main.scss @@ -30,7 +30,7 @@ h1, h2, h3, h4, h5, h6 { width: 90vw; height: 90vh; display: grid; - grid-template-rows: 100px 1fr; + grid-template-rows: 120px 1fr; grid-template-columns: 2fr 6fr; grid-gap: 20px; }