Browse Source

Fix centering

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 6 months ago
parent
commit
1eba127bbd
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      includes/header.php

+ 3
- 2
includes/header.php View File

@@ -222,12 +222,13 @@ function isMobile() {
} }
.repository-package.abandoned > div:first-child::before { .repository-package.abandoned > div:first-child::before {
background-color: #ffba10; background-color: #ffba10;
border-radius: 4px;
color: black; color: black;
content: "abandoned"; content: "abandoned";
height: 1rem; height: 1rem;
margin-left: 39px; /*calc(150px / 2 - 72px / 2)*/
padding: 4px; padding: 4px;
position: relative;
left: 39px; /*calc(150px / 2 - 72px / 2)*/
position: absolute;
} }
@media only screen and (max-width: 540px) { @media only screen and (max-width: 540px) {
.repository-package { .repository-package {


Loading…
Cancel
Save