From 2b8a053f510f36958edaf8a39d9d8dde51274463 Mon Sep 17 00:00:00 2001 From: welpo Date: Fri, 10 Feb 2023 02:41:47 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20remove=20border=20from?= =?UTF-8?q?=20images?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/main.scss b/sass/main.scss index f09325d..05a85e6 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -142,6 +142,10 @@ h5 { font-weight: bold; } +img { + border: none; +} + @media only screen and (max-width: 1000px) { .content { max-width: var(--normal-layout-width);