diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-03-12 22:26:55 +0100 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-03-12 22:26:55 +0100 |
commit | a084a81779b5a38440f5d7f15e4d2beace6a32f9 (patch) | |
tree | 7d2bc3479713826485efd5e7752029486f7e81d1 /frontend/src/styles.css | |
parent | a404c208274605850fcf1f97e983dabc3b187cad (diff) |
Komponenta za ucitavanje i prikaz csv fajla v3; dodat material.module.ts
Diffstat (limited to 'frontend/src/styles.css')
-rw-r--r-- | frontend/src/styles.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 90d4ee00..8997c10e 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -1 +1,5 @@ -/* You can add global styles to this file, and also import other style files */ +/* You can add global styles to this file, and also import other style files + +html, body { height: 100%; } +body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; } +*/
\ No newline at end of file |