We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e329e59 commit e3cab8bCopy full SHA for e3cab8b
web_src/css/base.css
@@ -29,6 +29,7 @@
29
--checkbox-size: 15px; /* height and width of checkbox and radio inputs */
30
--page-spacing: 16px; /* space between page elements */
31
--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 */
33
}
34
35
@media (min-width: 768px) and (max-width: 1200px) {
@@ -479,7 +480,7 @@ img.ui.avatar,
479
480
481
.full.height {
482
flex-grow: 1;
- padding-bottom: var(--page-spacing);
483
+ padding-bottom: var(--page-margin-bottom);
484
485
486
.status-page-error {
0 commit comments