From 697ca9ab37444117a5345c4685dcfd07221887ae Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 2 Jun 2022 08:24:57 -0500 Subject: Remove global css --- public/global.css | 8 -------- public/index.html | 4 +++- 2 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 public/global.css (limited to 'public') diff --git a/public/global.css b/public/global.css deleted file mode 100644 index 7c5be0a..0000000 --- a/public/global.css +++ /dev/null @@ -1,8 +0,0 @@ -html { - box-sizing: border-box; -} - -#editor { - height: 100vh; - max-height: 100vh; -} \ No newline at end of file diff --git a/public/index.html b/public/index.html index f7dbc53..32e4ca4 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ PT Scheduler - + + +

hello

-- cgit v1.2.3