Browse Source

Rebalance the weights

pull/2/head
FiliusPatris 3 years ago
parent
commit
946294b885
Signed by untrusted user: TobTobXX
GPG Key ID: 12AC3D4752E2FA2E
  1. 1
      styles/index.css
  2. 4
      styles/services.css
  3. 4
      styles/welcome.css

1
styles/index.css

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

4
styles/services.css

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

4
styles/welcome.css

@ -12,12 +12,14 @@
.welcome__text-area__heading {
font-size: 5rem;
font-weight: 400;
margin: 1rem;
text-align: center;
}
.welcome__text-area__subheading {
font-size: 2rem;
font-weight: 300;
text-align: center;
margin-top: 0;
margin-bottom: 2em;
@ -25,7 +27,7 @@
.welcome__text-area__description {
font-size: 1.5rem;
/* font-weight: 350; */ /* Can't try out, I don't have multiple weights installed. */
font-weight: 200;
text-align: center;
margin-left: 12vw;
margin-right: 12vw;

Loading…
Cancel
Save