Browse Source

fix: text sizes

main
Garrit Franke 3 years ago
parent
commit
9fc749a0e3
Signed by: garrit
GPG Key ID: BB54AF7EB0939F3D
  1. 6
      styles/atoms.css
  2. 6
      styles/contact.css
  3. 16
      styles/services.css

6
styles/atoms.css

@ -21,3 +21,9 @@
color: black;
background: white;
}
@media only screen and (max-width: 520px) {
.button__link p {
font-size: 1.3rem;
}
}

6
styles/contact.css

@ -9,3 +9,9 @@
margin-bottom: 2rem;
width: 15rem;
}
@media only screen and (max-width: 520px) {
.button__contact {
width: auto;
}
}

16
styles/services.css

@ -33,6 +33,16 @@
font-size: 1rem;
}
@media only screen and (max-width: 520px) {
.services__offers__card {
margin-bottom: 3rem;
}
.services__offers__card__description {
font-size: 1.3rem;
height: auto;
}
}
@media only screen and (max-width: 380px) {
.services__offers {
width: 100vw;
@ -41,5 +51,11 @@
.services__offers__card {
width: 25rem;
margin-bottom: 3rem;
}
.services__offers__card__description {
font-size: 1.3rem;
height: auto;
}
}

Loading…
Cancel
Save