Skip to content

Commit e2c43f0

Browse files
committed
Set page bottom padding to --page-spacing
1 parent a19d2bb commit e2c43f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/css/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,12 +477,12 @@ img.ui.avatar,
477477

478478
.full.height {
479479
flex-grow: 1;
480-
padding-bottom: 80px;
480+
padding-bottom: var(--page-spacing);
481481
}
482482

483483
/* add margin below .secondary nav when it is the first child */
484484
.page-content > :first-child.secondary-nav {
485-
margin-bottom: 14px;
485+
margin-bottom: var(--page-spacing);
486486
}
487487

488488
/* add margin to all pages when there is no .secondary.nav */

0 commit comments

Comments
 (0)