Skip to content

Commit

Permalink
smaller font-size in CTA buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo committed Mar 30, 2024
1 parent 0fa71ed commit b74e9c5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/components/Blocks/CallToAction/index.module.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.container {
display: flex;
justify-content: center;
font-size: var(--font-size-xx-big);
gap: 1em;
margin-block: 1em;
margin-inline: 1em;
flex-wrap: wrap;
}
display: flex;
justify-content: center;
font-size: var(--font-size-x-big);
gap: 1em;
margin-block: 1em;
margin-inline: 1em;
flex-wrap: wrap;
}

0 comments on commit b74e9c5

Please sign in to comment.