website/static/src/scss/base.scss

19 lines
251 B
SCSS
Raw Normal View History

2022-06-12 17:21:46 +01:00
@import "variables";
@import "bulma/bulma";
2022-06-12 17:21:46 +01:00
@import "navbar";
2022-06-12 21:08:11 +01:00
@import "homepage";
@import "footer";
2022-06-14 20:57:43 +01:00
@import "hero";
@import "content";
2022-06-19 13:23:41 +01:00
@import "listing";
2022-06-12 17:21:46 +01:00
html,
body {
height: 100%;
overflow-y: auto;
2022-06-19 14:46:45 +01:00
display: flex;
flex-direction: column;
2022-06-12 17:21:46 +01:00
}