hubl/src/scss/_styles.scss

20 lines
293 B
SCSS
Raw Normal View History

2018-03-11 23:42:46 +00:00
* {
2018-04-25 23:35:44 +00:00
box-sizing: border-box;
font-family: helvetica;
2018-03-11 23:42:46 +00:00
}
html, body, #mainContainer {
height: 100%;
}
2018-04-19 16:24:42 +00:00
#mainContainer {
2018-05-03 17:50:59 +00:00
padding-top: $menu-height;
2018-04-19 16:24:42 +00:00
}
2018-03-11 23:42:46 +00:00
.page-title {
font-size: 2.5rem;
margin-bottom: 20px;
font-family: 'Righteous', cursive;
text-decoration-line: underline;
}