From 4df7cdcb7a06ce6ace7463d727e7719a4d9d8c13 Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 24 Jun 2023 03:03:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20set=20svg=20max-height=20?= =?UTF-8?q?only=20for=20social=20icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_footer.scss | 4 ++++ sass/parts/_image.scss | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sass/parts/_footer.scss b/sass/parts/_footer.scss index 87cc771..3ec1900 100644 --- a/sass/parts/_footer.scss +++ b/sass/parts/_footer.scss @@ -23,6 +23,10 @@ footer nav { flex-wrap: wrap; align-items: flex-end; + svg { + max-height: 15px; + } + ul { gap: 5px; } diff --git a/sass/parts/_image.scss b/sass/parts/_image.scss index 90017fa..e36acf2 100644 --- a/sass/parts/_image.scss +++ b/sass/parts/_image.scss @@ -34,10 +34,6 @@ figure h4::before { content: "↳ "; } -svg { - max-height: 15px; -} - .img-dark { display: none; }