From 2089e91a05c396bf5f84ede8858f4eec4d23e6d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yanis=20Zafir=C3=B3pulos?= <1265028+drkameleon@users.noreply.github.com> Date: Sat, 13 Apr 2024 14:57:59 +0200 Subject: [PATCH] another minor fix --- website/style.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/website/style.scss b/website/style.scss index fe8a9d63..c2669f0b 100644 --- a/website/style.scss +++ b/website/style.scss @@ -592,13 +592,12 @@ a.version-link { .package-author {} .package-version { .package-version-wrapper { - //display: inline-flex; - //align-items: center; - .latest-version-tag { - height: 14px; - margin-left: 0.75rem; + height: 15px; + margin-left: .75rem; font-weight: 500; + position: relative; + top: -1px; } } }