mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2024-12-23 12:15:11 +00:00
632491c33d
* BETTERZON-31, dependencies. * BETTERZON-31: Fixing dependencies * BETTERZON-31, BETTERZON-50 info popover and footer had been changed. Co-authored-by: Patrick Müller <patrick@mueller-patrick.tech>
10 lines
259 B
CSS
10 lines
259 B
CSS
/* You can add global styles to this file, and also import other style files */
|
|
body {
|
|
margin: 0;
|
|
font-family: sans-serif;
|
|
margin-bottom: 10em;
|
|
}
|
|
|
|
html, body { height: 100%; }
|
|
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
|