From b501bb978c51359d36a3fda557c087b9fbab44e2 Mon Sep 17 00:00:00 2001 From: emile Date: Tue, 17 Jun 2025 16:08:53 +0300 Subject: [PATCH] new --- osinaweb/static/dist/output.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/osinaweb/static/dist/output.css b/osinaweb/static/dist/output.css index 55bfb024..ea03e8c5 100644 --- a/osinaweb/static/dist/output.css +++ b/osinaweb/static/dist/output.css @@ -987,6 +987,10 @@ video { display: block; } +.inline-block { + display: inline-block; +} + .inline { display: inline; } @@ -2645,6 +2649,10 @@ video { font-style: italic; } +.leading-5 { + line-height: 1.25rem; +} + .leading-6 { line-height: 1.5rem; }