From 882ecf07dde1a9382b246fc3fe404676792c2b42 Mon Sep 17 00:00:00 2001 From: Tyler Date: Sat, 6 Jul 2024 21:50:34 +0100 Subject: [PATCH] re-fix headers looking weird --- assets/css/post.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/css/post.css b/assets/css/post.css index 41e268d..88c3f79 100644 --- a/assets/css/post.css +++ b/assets/css/post.css @@ -61,7 +61,7 @@ footer > a { padding: 25px 0; } -.title-container { + .title-container { width: fit-content; padding: 0; border-bottom: white; @@ -124,6 +124,12 @@ main > .container { border-top: white; } +@media only screen and (max-width: 965px) { + .title-container { + min-width: unset; + } +} + @media only screen and (max-width: 467px) { .container { margin: 10px auto 0;