From ce9b2837a935accd96ae476c46325c9f6edbd700 Mon Sep 17 00:00:00 2001 From: Kakabay Date: Mon, 12 Dec 2022 14:49:50 +0500 Subject: [PATCH] Hero css minor changes --- src/assets/styles/_hero.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/assets/styles/_hero.scss b/src/assets/styles/_hero.scss index fb1d792..3c52d42 100644 --- a/src/assets/styles/_hero.scss +++ b/src/assets/styles/_hero.scss @@ -45,6 +45,14 @@ } } +@media (max-width: 1440px) { + .hero-button { + width: 28rem; + height: 8rem; + font-size: 1.6rem; + padding: 1.6rem; + } +} @media (max-width: 768px) { .hero-button { width: 24rem;