From f0fbb6883a0dffe9a23b298deb83797fddc61b84 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 10 Jan 2022 17:35:26 +0100 Subject: [PATCH] some improvements to the blog layout on small screen sizes --- main/style/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/main/style/style.css b/main/style/style.css index c356091..2755fce 100644 --- a/main/style/style.css +++ b/main/style/style.css @@ -234,6 +234,16 @@ pre.highlight { padding: 15px; } +@media(max-width: 1199px) { + .blog-title { + margin-top: 15px; + } + + .blog-summary { + margin-bottom: 10px; + } +} + @media (max-width: 768px) { .container { max-width: none;