From 8c438e1e4b2d125ee7f44e54bb8b5895b9a1d8ab Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 28 May 2023 11:06:24 +0200 Subject: [PATCH] style: adjust responsiveness snap --- assets/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index 272d2b2..dff4a8c 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -465,7 +465,7 @@ table.image caption { } } -@media only screen and (min-width: 0px) and (max-width: 650px) { +@media only screen and (min-width: 0px) and (max-width: 600px) { article .post-content p, article .post-content ul li, article .post-content ol li,