From c44f34a3240acb7f5770a88666da032f2ff22508 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 27 Aug 2023 20:55:56 -0500 Subject: [PATCH] feat(style): center align page detail --- assets/style/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style/style.css b/assets/style/style.css index eb499e5..a69b903 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -229,6 +229,7 @@ p > code { .page-detail { font-size: 0.95rem; max-width: min(600px, 95vw); + text-align: center; } hr {