Browse Source

feat: responsiveness

pull/1/head
Garrit Franke 3 years ago
parent
commit
b704ba6ee8
  1. 2
      index.html
  2. 13
      styles/hero.css

2
index.html

@ -63,7 +63,7 @@
<div class="services__offers__card"> <div class="services__offers__card">
<h1 class="services__offers__card__heading">Boards</h1> <h1 class="services__offers__card__heading">Boards</h1>
<p class="services__offers__card__description"> <p class="services__offers__card__description">
We provide free Kanban boards to plan our projects. We provide free Kanban boards to plan your projects.
</p> </p>
<a <a
href="https://boards.slashdev.space" href="https://boards.slashdev.space"

13
styles/hero.css

@ -11,13 +11,24 @@
} }
.hero__text-area__heading { .hero__text-area__heading {
font-size: 10rem; font-size: 4rem;
margin: 1rem; margin: 1rem;
} }
.hero__text-area__subheading {
font-size: 2rem;
}
@media (min-width: 800px) {
.hero__text-area__heading {
font-size: 10rem;
}
.hero__text-area__subheading { .hero__text-area__subheading {
font-size: 3rem; font-size: 3rem;
} }
}
.hero__scroll-arrow { .hero__scroll-arrow {
font-size: 6rem; font-size: 6rem;

Loading…
Cancel
Save