From cc2273f7af3a56e2b7198290d4c337e146a4213a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 28 Oct 2022 08:37:22 +0200 Subject: posts: narrower feed on mobile --- assets/css/jekyll-theme/posts.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'assets/css') diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css index 1e0fc47..25d75ba 100644 --- a/assets/css/jekyll-theme/posts.css +++ b/assets/css/jekyll-theme/posts.css @@ -4,6 +4,14 @@ align-items: baseline; column-gap: 1.5em; } +@media(max-width: 480px) { + .flex-header { + column-gap: 1em; + } + .feed-entry .hide-on-mobile { + display: none; + } +} .flex-header-left, .flex-header-right { flex: none; -- cgit v1.2.3