sigit.io/src/layouts/style.module.scss
enes d45ea63c20
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
refactor: remove header height from calc
2024-09-19 10:53:53 +02:00

8 lines
154 B
SCSS

@import '../styles/colors.scss';
@import '../styles/sizes.scss';
.main {
flex-grow: 1;
padding: $body-vertical-padding 0 $body-vertical-padding 0;
}