From 09c1f4614029f4cda657d8ad5542ca9fbc2963e0 Mon Sep 17 00:00:00 2001 From: FarseaSH Date: Tue, 16 Jul 2024 21:18:04 +0800 Subject: [PATCH] IMPROVEMENT: limit the width of the share link block --- assets/style-refractored.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/style-refractored.scss b/assets/style-refractored.scss index 7272786..2786005 100644 --- a/assets/style-refractored.scss +++ b/assets/style-refractored.scss @@ -381,6 +381,9 @@ $gray: #919EB1; /* for links */ .share-link-block{ + max-width: 420px; + margin: auto; + padding-bottom:10px; padding-top:10px; margin-bottom:10px;