From 269b0e9b22dd5885c397da6ec5260e3a37274309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aminda=20Suomalainen=20=E2=9A=A7?= Date: Fri, 31 May 2024 10:47:05 +0300 Subject: [PATCH] main.scss: fix the code formatting Maybe I am not focusing enough... --- assets/main.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index f430bee..a474d86 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -38,8 +38,7 @@ pre { } // So it will not look bigger than normal text -{ -code, +code { font-size: 0.8em !important; }