From 1ced43fac74f0e55c0d5e99b645727f9ff1feadc Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 22 Feb 2024 22:16:33 +0900 Subject: [PATCH] chore: update donate button style --- src/css/custom.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/css/custom.scss b/src/css/custom.scss index 652077f..d9cbfac 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -61,6 +61,8 @@ h2 { .mdx-grid > div:last-child { .lsd-button { padding: 6px 12px !important; + font-size: 12px !important; + line-height: 16px !important; } } }