From 1eba127bbd5142ecfc6764158810bd5b979760dc Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 24 Jul 2025 18:35:43 +0200 Subject: [PATCH] Fix centering Signed-off-by: falkTX --- includes/header.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/header.php b/includes/header.php index ec577ff..9a5dfc1 100644 --- a/includes/header.php +++ b/includes/header.php @@ -222,12 +222,13 @@ function isMobile() { } .repository-package.abandoned > div:first-child::before { background-color: #ffba10; + border-radius: 4px; color: black; content: "abandoned"; height: 1rem; + margin-left: 39px; /*calc(150px / 2 - 72px / 2)*/ padding: 4px; - position: relative; - left: 39px; /*calc(150px / 2 - 72px / 2)*/ + position: absolute; } @media only screen and (max-width: 540px) { .repository-package {