webapp/src/components/_shared/PageLayout.module.scss

8 lines
87 B
SCSS
Raw Normal View History

2023-10-11 21:56:59 +00:00
main.withPadding {
2023-06-06 20:13:13 +00:00
padding-top: 58px;
2022-11-16 21:08:04 +00:00
}
2023-10-10 15:38:02 +00:00
.zeroBottomPadding {
padding-bottom: 0;
}