Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
style: correct cta width
Browse files Browse the repository at this point in the history
  • Loading branch information
TuukkaIkius committed Jan 25, 2024
1 parent c9d1dcd commit 1d2a647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header/HeaderCTA.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ flex-shrink: 0;
margin-top: 24px;
margin-left: 32px;
margin-right:32px;
width:auto;
width:100%;
max-width: 100%;
box-sizing: border-box;
padding-left: 24px;
Expand Down

0 comments on commit 1d2a647

Please sign in to comment.