From 7c75a95e88f9e73b72dc9ac039cff289cd52253a Mon Sep 17 00:00:00 2001 From: 0PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:17:56 +1000 Subject: [PATCH] fixed letter spacing and font size for content --- assets/css/style.scss | 3 ++- public/Logo.svg | 62 ------------------------------------------- 2 files changed, 2 insertions(+), 63 deletions(-) delete mode 100644 public/Logo.svg diff --git a/assets/css/style.scss b/assets/css/style.scss index 3ae86fe..b919aa7 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -149,7 +149,8 @@ body, padding: 8px; height: calc(100vh - 96px); font-family: SFMonoRegular !important; - font-size: 12px; + font-size: 14px; + letter-spacing: 1; border-radius: 10px; width: calc(100vw - 286px); white-space: pre-wrap; diff --git a/public/Logo.svg b/public/Logo.svg deleted file mode 100644 index a757e0c..0000000 --- a/public/Logo.svg +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file