Skip to content

Commit c72221d

Browse files
committed
fix: properly fix padding
1 parent cf0ed88 commit c72221d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

sass/_index.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,14 @@ body {
8585
background-size: cover;
8686

8787
div#welcome {
88-
min-height: 100vh;
88+
min-height: calc(100vh - 160px);
8989
display: flex;
9090
flex-direction: column;
9191
justify-content: center;
9292
text-align: center;
9393

94-
padding-block: 80px;
94+
padding-block-start: 120px;
95+
padding-block-end: 40px;
9596
margin-block-end: 1.75em;
9697

9798
backdrop-filter: blur(3px);

0 commit comments

Comments
 (0)