Skip to content

Commit aca9e24

Browse files
authored
Merge branch 'main' into lunny/explict_sync_with_no_index_change
2 parents 513c002 + 27ff5e2 commit aca9e24

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-space-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: 80px;
483+
padding-bottom: var(--page-space-bottom);
483484
}
484485

485486
.status-page-error {

0 commit comments

Comments
 (0)