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 {
margin: 0;
font-family: "Work Sans", sans-serif;
font-weight: 200;
font-weight: 250;
}

6
styles/services.css

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

Loading…
Cancel
Save