1
0
Fork 0
hswro_org/_sass/components/_page.scss

9 lines
108 B
SCSS
Raw Normal View History

2018-12-09 07:21:01 +00:00
.page {
display: flex;
min-height: 100vh;
flex-direction: column;
.wrapper {
2020-08-23 10:01:06 +00:00
flex: 1 0 0;
2018-12-09 07:21:01 +00:00
}
}