From 25a2d863920a8ba9f3c6c9abb4b955b04b4caf46 Mon Sep 17 00:00:00 2001 From: AK Delfin Date: Wed, 17 Apr 2024 13:03:52 +0300 Subject: [PATCH] =?UTF-8?q?add=20sub=20=D0=B8=20sup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/components/article-single.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/frontend/src/styles/components/article-single.css b/frontend/src/styles/components/article-single.css index d3b64ca..35aea14 100644 --- a/frontend/src/styles/components/article-single.css +++ b/frontend/src/styles/components/article-single.css @@ -155,6 +155,16 @@ margin-bottom: 14px; } +sub { + vertical-align: sub; + font-size: smaller; +} + +sup { + vertical-align: super; + font-size: smaller; +} + @media (max-width: 767px) { .article-single { border-top: 1px solid var(--gray);