hubl/src/scss/styles.scss

21 lines
275 B
SCSS

* {
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;
}