Browse Source

Increase the minimum font weights slightly

main
FiliusPatris 3 years ago
parent
commit
e97f6a8a0d
Signed by: TobTobXX
GPG Key ID: 12AC3D4752E2FA2E
  1. 2
      styles/index.css
  2. 6
      styles/services.css

2
styles/index.css

@ -17,5 +17,5 @@
body { body {
margin: 0; margin: 0;
font-family: "Work Sans", sans-serif; font-family: "Work Sans", sans-serif;
font-weight: 200; font-weight: 250;
} }

6
styles/services.css

@ -8,7 +8,7 @@
.services__heading { .services__heading {
font-size: 3.3rem; font-size: 3.3rem;
font-weight: 300; font-weight: 350;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
@ -23,8 +23,8 @@
width: 15rem; width: 15rem;
} }
.services__offers__card__heading { .services__offers__card__heading {
font-weight: 350;
font-size: 2rem; font-size: 2rem;
font-weight: 250;
} }
.services__offers__card__description { .services__offers__card__description {
@ -32,7 +32,7 @@
} }
.services__offers_card__button { .services__offers_card__button {
font-weight: 300; font-weight: 350;
background: black; background: black;
border: 0px; border: 0px;
color: white; color: white;

Loading…
Cancel
Save