Skip to content

Commit

Permalink
Fixes alignment issue
Browse files Browse the repository at this point in the history
Closes #21
  • Loading branch information
thibaultamartin committed Jun 14, 2024
1 parent a28dbd8 commit 646824c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
z-index: 0;
background-color: #000;
padding-block: 2rem;
padding-inline: clamp(0px, 10vw, 40px);
padding-inline: clamp(1rem, 5vw, 40px);
place-content: center start;

.hero-text {
Expand Down

0 comments on commit 646824c

Please sign in to comment.