Skip to content

Commit 646824c

Browse files
Fixes alignment issue
Closes #21
1 parent a28dbd8 commit 646824c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/_index.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
z-index: 0;
4343
background-color: #000;
4444
padding-block: 2rem;
45-
padding-inline: clamp(0px, 10vw, 40px);
45+
padding-inline: clamp(1rem, 5vw, 40px);
4646
place-content: center start;
4747

4848
.hero-text {

0 commit comments

Comments
 (0)