From c780f7f058d276ff797a1f2314af6fe99a6e8da0 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Thu, 11 May 2023 03:29:18 -0400 Subject: [PATCH] very small change --- static/css/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index d6d1b82..4b663ac 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -276,9 +276,9 @@ article h1 {} background-size: contain; background-repeat: no-repeat; } - -@media screen and (orientation:portrait) {} - +.post-tags{ + max-width:80%; +} .post-tags a { margin: 5px; }