Betterzon/Frontend/src/styles.css

10 lines
259 B
CSS
Raw Normal View History

2020-10-08 07:54:36 +00:00
/* You can add global styles to this file, and also import other style files */
body {
margin: 0;
font-family: sans-serif;
2020-12-09 21:22:36 +00:00
margin-bottom: 10em;
}
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }