From daebaa7821d0424e220f9fa300b6fbe2608ff374 Mon Sep 17 00:00:00 2001 From: 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 25 Jan 2024 00:19:12 +0900 Subject: Admonition関連 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src') diff --git a/src/css/custom.css b/src/css/custom.css index 66bd96eb..589250ad 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -54,3 +54,15 @@ ul.table-of-contents a[href^="#bold-"] { max-width: 560px; margin: 0 auto; } + +.hero__subtitle { + text-align: center; +} + +.text--center p { + text-align: center; +} + +.theme-admonition .title { + display: inline; +} \ No newline at end of file -- cgit v1.2.3-54-g00ecf