Browse Source

Delete unused styles

pull/1/head
FiliusPatris 3 years ago
parent
commit
17487c5d87
Signed by untrusted user: TobTobXX
GPG Key ID: 12AC3D4752E2FA2E
  1. 38
      styles/hero.css
  2. 2
      styles/index.css
  3. 15
      styles/introduction.css

38
styles/hero.css

@ -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;
}

2
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");

15
styles/introduction.css

@ -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;
}
Loading…
Cancel
Save