diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/jekyll-theme/posts.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; |