hubl/src/scss/styles.scss

21 lines
275 B
SCSS
Raw Normal View History

2018-03-11 23:42:46 +00:00
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body, #mainContainer {
height: 100%;
}
.page-title {
font-size: 2.5rem;
margin-bottom: 20px;
font-family: 'Righteous', cursive;
text-decoration-line: underline;
}
#ldp-root {
padding-right: 0;
}