aboutsummaryrefslogtreecommitdiff
path: root/public/global.css
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-09-05 21:39:24 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-09-05 21:39:24 -0500
commitd0975a6e7ee57de4debda94e823011d813fbf4a1 (patch)
tree69d61bf6c29104434b9e3de4946e7d5dd549dec0 /public/global.css
parentffef3a6be19d1139b6378c8119d444082dd0cbac (diff)
Initial rewrite in svelte
Diffstat (limited to 'public/global.css')
-rw-r--r--public/global.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/public/global.css b/public/global.css
new file mode 100644
index 0000000..7c5be0a
--- /dev/null
+++ b/public/global.css
@@ -0,0 +1,8 @@
+html {
+ box-sizing: border-box;
+}
+
+#editor {
+ height: 100vh;
+ max-height: 100vh;
+} \ No newline at end of file