Skip to content

Commit 23cc3c0

Browse files
committed
chore: overflow region at bottom
1 parent 8573b8c commit 23cc3c0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/styles/main_body.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ body {
7373
/* Section styling + dividers */
7474
section:not(#footer-new) {
7575
min-height: 100dvh;
76+
scroll-margin-top: 120px;
7677
display: flex;
7778
justify-content: center;
7879
align-items: center;
@@ -119,10 +120,11 @@ section:not(#footer-new) {
119120
}
120121

121122
/* Sections smaller */
122-
section {
123+
section:not(#footer-new) {
123124
font-size: 1.8rem;
124125
padding: 2rem 1rem;
125126
min-height: 100dvh;
127+
scroll-margin-top: 80px;
126128
}
127129
}
128130

0 commit comments

Comments
 (0)