Browse Source

Tweak hights and font sizes of .services

Now everything fits on one page (at least on my screen / browser)
pull/1/head
FiliusPatris 3 years ago
parent
commit
bd2689d2a7
Signed by untrusted user: TobTobXX
GPG Key ID: 12AC3D4752E2FA2E
  1. 7
      styles/services.css

7
styles/services.css

@ -3,11 +3,13 @@
display: flex;
justify-content: center;
text-align: center;
margin-bottom: 10rem;
margin-top: 2rem;
}
.services__heading {
font-size: 5rem;
font-size: 3.3rem;
font-weight: bold;
margin-bottom: 1rem;
}
.services__offers {
@ -18,7 +20,6 @@
}
.services__offers__card {
margin-top: 1.5rem;
width: 15rem;
}
.services__offers__card__heading {

Loading…
Cancel
Save