Skip to content

Commit

Permalink
smaller text in p
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrosen committed Dec 5, 2023
1 parent e766951 commit b74f69e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ body {

body, p, h4, h5, h6, li {
font-family: var(--font-family-text);
font-weight: normal;
font-weight: 300;
font-size: 22px;
letter-spacing: 0.5px;
line-height: 1.2;
}

.body2 {
font-family: var(--font-family-text);
font-weight: normal;
font-weight: 300;
font-size: 16px;
letter-spacing: 0.25px;
}
Expand Down Expand Up @@ -120,7 +120,6 @@ button {
font-family: var(--font-family-button);
text-decoration: none;

font-weight: inherit;
font-size: inherit;
letter-spacing: inherit;

Expand Down

0 comments on commit b74f69e

Please sign in to comment.