From 46746b2c07ae42870c5c66ae992d8a741470deaa Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Tue, 6 Sep 2022 23:51:32 +0800 Subject: [PATCH] reduce footer icon max-width to 20rem --- assets/css/style.css | 2 +- layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index cb51a4f..4b6b2ad 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -462,7 +462,7 @@ footer { margin: 1rem 0; } .footer-home-icon { - max-width: 30rem; + max-width: 20rem; border: 0.39rem solid pink; border-radius: 4rem; margin: 0; diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c43a469..d20d250 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,7 @@