IMPROVEMENT: limit the width of the share link block

This commit is contained in:
FarseaSH 2024-07-16 21:18:04 +08:00
parent fab2b100a8
commit 09c1f46140

View file

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