hubl/src/scss/_styles.scss

20 lines
293 B
SCSS

* {
box-sizing: border-box;
font-family: helvetica;
}
html, body, #mainContainer {
height: 100%;
}
#mainContainer {
padding-top: $menu-height;
}
.page-title {
font-size: 2.5rem;
margin-bottom: 20px;
font-family: 'Righteous', cursive;
text-decoration-line: underline;
}