From 17487c5d876b4efe86e30c3a94fbd4160007f471 Mon Sep 17 00:00:00 2001 From: FiliusPatris Date: Sat, 27 Mar 2021 16:14:29 +0100 Subject: [PATCH] Delete unused styles --- styles/hero.css | 38 -------------------------------------- styles/index.css | 2 -- styles/introduction.css | 15 --------------- 3 files changed, 55 deletions(-) delete mode 100644 styles/hero.css delete mode 100644 styles/introduction.css diff --git a/styles/hero.css b/styles/hero.css deleted file mode 100644 index c993f65..0000000 --- a/styles/hero.css +++ /dev/null @@ -1,38 +0,0 @@ -.hero { - align-items: center; - display: flex; - height: 100vh; - justify-content: center; - font-family: "Work Sans", sans-serif; -} - -.hero__text-area__container { - text-align: center; -} - -.hero__text-area__heading { - font-size: 4rem; - margin: 1rem; -} - - -.hero__text-area__subheading { - font-size: 2rem; -} - -@media (min-width: 800px) { - .hero__text-area__heading { - font-size: 10rem; - } - - .hero__text-area__subheading { - font-size: 3rem; - } -} - -.hero__scroll-arrow { - font-size: 6rem; - font-weight: lighter; - position: absolute; - bottom: 1rem; -} diff --git a/styles/index.css b/styles/index.css index c15af23..023752a 100644 --- a/styles/index.css +++ b/styles/index.css @@ -2,8 +2,6 @@ @import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@200&display=swap"); /* Components */ -@import url("./hero.css"); -@import url("./introduction.css"); @import url("./welcome.css"); @import url("./services.css"); diff --git a/styles/introduction.css b/styles/introduction.css deleted file mode 100644 index fc5d1c9..0000000 --- a/styles/introduction.css +++ /dev/null @@ -1,15 +0,0 @@ -.introduction { - align-items: center; - display: flex; - justify-content: center; - text-align: center; - margin-bottom: 10rem; -} - -.introduction__container__heading { - font-size: 2.5rem; -} - -.introduction__container__subheading { - font-size: 1.5rem; -}