From a2f429a4e9e8c1e5164296f40dc707a606a1879a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=B8=E9=B9=BF/Zhilu?= Date: Mon, 29 Jan 2024 23:56:48 +0800 Subject: [PATCH] fix #374: alignment of icons in the footer of sidebar (#375) --- source/css/_layout/sidebar/footer.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/source/css/_layout/sidebar/footer.styl b/source/css/_layout/sidebar/footer.styl index 0bd5909..b664f47 100644 --- a/source/css/_layout/sidebar/footer.styl +++ b/source/css/_layout/sidebar/footer.styl @@ -5,6 +5,7 @@ display: grid grid-gap: 0.25rem 0.25rem grid-template-columns: repeat(auto-fill, 32px) + text-align: center .social line-height: 0 display: inline-block