From e8b6445dd7cea9df40355b3110124ba6c32e2489 Mon Sep 17 00:00:00 2001 From: "death.au" Date: Wed, 8 May 2024 06:26:49 +0000 Subject: [PATCH] playing with article header and info layout --- weblog/B0. Template/styles.css.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/weblog/B0. Template/styles.css.md b/weblog/B0. Template/styles.css.md index f37110a..9483bb6 100644 --- a/weblog/B0. Template/styles.css.md +++ b/weblog/B0. Template/styles.css.md @@ -70,13 +70,11 @@ article, main.page { } .post-info { - position: absolute; - right: 2rem; - top: 4rem; + margin-top: -2rem; } .post-info+h1 { - max-width: calc(100% - 4rem - 2em); + /*max-width: calc(100% - 4rem - 2em);*/ } .post-info, .post-tags {