From ebfc1f0001f8b505cd9fbd00abc2fecf70c1ca60 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 11 Feb 2023 21:03:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor:=20remove=20useless=20c?= =?UTF-8?q?ode=20An=20image=20border=20was=20set=20in=20=5Fimage.scss=20an?= =?UTF-8?q?d=20unset=20in=20main.scss.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 4 ---- sass/parts/_image.scss | 5 ----- 2 files changed, 9 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index 1a2ca17..4067a8c 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -166,10 +166,6 @@ p { font-size: 1.2em; } -img { - border: none; -} - @media only screen and (max-width: 1000px) { .content { max-width: var(--normal-layout-width); diff --git a/sass/parts/_image.scss b/sass/parts/_image.scss index 70875ee..5cbea77 100644 --- a/sass/parts/_image.scss +++ b/sass/parts/_image.scss @@ -1,8 +1,3 @@ -img { - border: 3px solid #ececec; - max-width: 100%; -} - figure { box-sizing: border-box; display: inline-block;