From d0975a6e7ee57de4debda94e823011d813fbf4a1 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Sun, 5 Sep 2021 21:39:24 -0500 Subject: Initial rewrite in svelte --- public/global.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 public/global.css (limited to 'public/global.css') 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 -- cgit v1.2.3