Skip to content

Commit 9c5d2e0

Browse files
committed
items are aligned to center when the hero section is in 100vh
1 parent f81e882 commit 9c5d2e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/style.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
min-height: 100vh;
1717
display: flex;
1818
justify-content: flex-end;
19+
align-items: center;
1920

2021
background-image: linear-gradient(rgba($color-gray-1, 0.8), rgba($color-gray-1, 0.8)),
2122
url('/images/hero.jpg');

0 commit comments

Comments
 (0)