cavallium-website/src/styles.scss

21 lines
510 B
SCSS

/* You can add global styles to this file, and also import other style files */
html, body, body, app-root {
height: 100%;
max-height: 100%;
}
body {
margin: 0;
font-family: "Muli-custom", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-weight: 600;
}
strong, b, h1, h2, h3, h4, h5, h6, th {
font-weight: 800;
}
@media only screen, (any-pointer: fine) {
.article-link {
min-height: 48px;
display: inline-block;
}
}