From 9a02937a6803711aadba4b5358d30071315d89c1 Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 18 Aug 2024 16:22:25 +0300 Subject: [PATCH] Remove left/right margin from figure Made images small smh --- sass/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/_typography.scss b/sass/_typography.scss index 09dbd6a..d7b388f 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -226,3 +226,7 @@ details { margin-block-end: 0; } } + +figure { + margin-inline: 0; +}