Skip to content

Commit e3cab8b

Browse files
committed
introduce --page-margin-bottom at 64px
1 parent e329e59 commit e3cab8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web_src/css/base.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
--checkbox-size: 15px; /* height and width of checkbox and radio inputs */
3030
--page-spacing: 16px; /* space between page elements */
3131
--page-margin-x: 32px; /* minimum space on left and right side of page */
32+
--page-margin-bottom: 64px; /* space between last page element and footer */
3233
}
3334

3435
@media (min-width: 768px) and (max-width: 1200px) {
@@ -479,7 +480,7 @@ img.ui.avatar,
479480

480481
.full.height {
481482
flex-grow: 1;
482-
padding-bottom: var(--page-spacing);
483+
padding-bottom: var(--page-margin-bottom);
483484
}
484485

485486
.status-page-error {

0 commit comments

Comments
 (0)