Skip to content

Commit 109c8a5

Browse files
committed
Fix height
1 parent d6979e1 commit 109c8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ article {
196196
max-width: 50rem;
197197
margin: 0 auto;
198198
padding: 0 4rem;
199-
min-height: calc(100vh - var(--height-header));
199+
min-height: calc(100vh - var(--height-header) - 2rem);
200200
}
201201
article.loading {
202202
display: flex;

0 commit comments

Comments
 (0)