From a9b877ace9e1dc03687e015a41b346695c75cc35 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Thu, 22 Jun 2023 23:19:38 +0200 Subject: [PATCH] oop --- main/style/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/main/style/style.css b/main/style/style.css index beaa694..09a7e84 100644 --- a/main/style/style.css +++ b/main/style/style.css @@ -57,8 +57,10 @@ h1, h2, h3, h4, h5, h6, .nav-item { } .project-status { - position: absolute; - right: 60px; + float: right; + margin-right: calc(60px - 1.25rem); + margin-left: 10px; + margin-bottom: 10px; } .blog-meta { @@ -273,4 +275,10 @@ pre.highlight { top: -18px; width: 50px; } + + .project-status { + float: right; + margin-right: calc(35px - 1.25rem); + } + }