Skip to content

Commit

Permalink
Font changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbell-lot23 committed Apr 29, 2024
1 parent 9d8befd commit f5f70b7
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/components/sections/legal/policy/policy.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,22 @@
display: flex;
flex-direction: column;
place-items: center;
margin-top: 60px;
margin-top: 160px;
margin-bottom: 112px;

span {
color: var(--color-pink-crayon);
font-weight: 600;
line-height: 143%;
font-size: 14px;
font-size: 13px;
letter-spacing: 0.1em;
margin-top: 24px;
text-align: center;
text-transform: uppercase;
}
}

h2 {
font-size: 40px;
margin-bottom: 24px;
font-size: 24px;
margin-bottom: 12px;
}

h3 {
Expand Down Expand Up @@ -173,6 +171,7 @@
.heading {
margin-top: 32px;
margin-bottom: 64px;
font-size: 12px;

span {
margin-top: 16px;
Expand Down

0 comments on commit f5f70b7

Please sign in to comment.