From: Anton Khorev Date: Sat, 27 Apr 2024 02:38:06 +0000 (+0300) Subject: Remove custom small font size X-Git-Tag: live~143^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/9e5729b83af0df618a6b2b286a0e4416cf7160c1 Remove custom small font size --- 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; }