From a0d5f91643a9581b0cf9c27ad89473117aadf899 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Wed, 2 Oct 2024 18:47:06 +0200 Subject: sass: Hide avatar instead of date on smaller screens This has two reasons: One, the date is more to readers than the avatar. Two, we are wasting a gigantic 62px just for the padding used to display the avatar. Clearly it has to go. --- sass/style.sass | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/sass/style.sass b/sass/style.sass index 9446b8f..b896384 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -238,14 +238,9 @@ figure > a @media (max-width: 480px) article:not(.single) - div.info > time - display: none - - div.info > h2.title::before - display: none article > header > img.avatar - width: 48px + display: none article - padding-left: 62px + padding-left: 0 -- cgit v1.2.3-2-gb3c3