summaryrefslogtreecommitdiff
path: root/base.scss
diff options
context:
space:
mode:
Diffstat (limited to 'base.scss')
-rw-r--r--base.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/base.scss b/base.scss
new file mode 100644
index 0000000..d94bb3f
--- /dev/null
+++ b/base.scss
@@ -0,0 +1,13 @@
+* {
+ padding: 0;
+ margin: 0;
+}
+
+div#root {
+ canvas#qr {
+ display: block;
+ }
+ input {
+ display: block;
+ }
+} \ No newline at end of file