From 9e5729b83af0df618a6b2b286a0e4416cf7160c1 Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 27 Apr 2024 05:38:06 +0300 Subject: [PATCH] Remove custom small font size --- app/assets/stylesheets/common.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index c3f714389..d4bc31255 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -15,10 +15,6 @@ p > img { max-width: 100%; } -small, aside { - font-size: 12px; -} - time[title] { text-decoration: underline dotted; } -- 2.45.1