EMS/src/styles.scss

11 lines
188 B
SCSS
Raw Normal View History

2024-12-18 09:35:34 +01:00
/* You can add global styles to this file, and also import other style files */
2024-12-18 11:59:52 +01:00
html, body {
height: 100%;
}
body {
margin: 0;
font-family: Roboto, "Helvetica Neue", sans-serif;
}