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; }