aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'ufund-ui/src/styles.css')
-rw-r--r--ufund-ui/src/styles.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css
index 90d4ee0..471f272 100644
--- a/ufund-ui/src/styles.css
+++ b/ufund-ui/src/styles.css
@@ -1 +1,13 @@
/* You can add global styles to this file, and also import other style files */
+
+* {
+ box-sizing: border-box;
+}
+
+html, body {
+ margin: 0;
+}
+
+body {
+ font-family: sans-serif;
+}