From 3d341214b053fa4539e492fb45e755ffe32c3b1a Mon Sep 17 00:00:00 2001 From: mat ess Date: Sun, 4 Sep 2022 01:11:46 -0400 Subject: [PATCH] Remove border from pixel --- sass/style/parts/_image.scss | 2 +- templates/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/style/parts/_image.scss b/sass/style/parts/_image.scss index b7cd5bd..c2e5479 100644 --- a/sass/style/parts/_image.scss +++ b/sass/style/parts/_image.scss @@ -1,4 +1,4 @@ -img:not(#logo) { +img:not(#logo):not(#pixel) { border: 3px solid #ececec; max-width: 100%; border-radius: 5px; diff --git a/templates/partials/footer.html b/templates/partials/footer.html index 75922c0..5384ec6 100644 --- a/templates/partials/footer.html +++ b/templates/partials/footer.html @@ -15,6 +15,6 @@

\ No newline at end of file