From 69969244acd9dbfa53681c7a1220f1cb04d93893 Mon Sep 17 00:00:00 2001 From: epoberezkin Date: Mon, 6 May 2024 07:32:47 +0000 Subject: [PATCH] deploy: db136116d328dbc9ddb41214bb43e9db8a9e2ede --- css/blog.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/blog.css b/css/blog.css index f3517958e2..c671e6e6ce 100644 --- a/css/blog.css +++ b/css/blog.css @@ -215,4 +215,10 @@ h6{ float: right; margin-left: 3rem; } +} + +@media (max-width:768px) { + img { + width: 100%; + } } \ No newline at end of file