From 5b0ec7cddb1ae6dbd2057f067382866f846b882c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Jun 2022 14:59:25 +0200 Subject: Increase global font size --- client/src/app/+admin/system/debug/debug.component.scss | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'client/src/app/+admin/system') diff --git a/client/src/app/+admin/system/debug/debug.component.scss b/client/src/app/+admin/system/debug/debug.component.scss index 7f5e861e2..bcbc3fc7c 100644 --- a/client/src/app/+admin/system/debug/debug.component.scss +++ b/client/src/app/+admin/system/debug/debug.component.scss @@ -1,11 +1,7 @@ @use '_variables' as *; @use '_mixins' as *; -.root { - font-size: 15px; - - code { - font-size: 14px; - font-weight: $font-semibold; - } +code { + font-size: 14px; + font-weight: $font-semibold; } -- cgit v1.2.3