From 3dc3e491319cfc9f08bed691e6b744a7a597b342 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 29 Jul 2023 00:33:16 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20remove=20figure=20&=20i?= =?UTF-8?q?mg=20max=20height?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_image.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sass/parts/_image.scss b/sass/parts/_image.scss index e36acf2..fe0ecf7 100644 --- a/sass/parts/_image.scss +++ b/sass/parts/_image.scss @@ -13,10 +13,6 @@ figcaption { text-align: center; } -figure img { - max-height: 500px; -} - img { display: block; margin: 0 auto;