From d98b4ad8fa04b02305274e019423486b6cc4555a Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Tue, 29 Apr 2025 13:13:46 +0200 Subject: [PATCH] Useless CSS rule --- backend/scss/main.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/backend/scss/main.scss b/backend/scss/main.scss index c04f049..1f7cb68 100644 --- a/backend/scss/main.scss +++ b/backend/scss/main.scss @@ -38,10 +38,6 @@ body { background-color: blue; } - img { - border: 0px; - } - .footer-container { margin: consts.$margin; align-self: center;