aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com>2024-01-25 00:19:12 +0900
committer安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com>2024-01-25 00:19:12 +0900
commitdaebaa7821d0424e220f9fa300b6fbe2608ff374 (patch)
tree0a2655df66bbc6eed0bdabc0e446d7d5f44974c5 /src
parentdf7970bd00577ec483304aa8a7903d22715312f4 (diff)
Admonition関連
Diffstat (limited to 'src')
-rw-r--r--src/css/custom.css12
1 files changed, 12 insertions, 0 deletions
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