feat(style): center align page detail

This commit is contained in:
Price Hiller 2023-08-27 20:55:56 -05:00
parent 1472915e40
commit c44f34a324
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -229,6 +229,7 @@ p > code {
.page-detail {
font-size: 0.95rem;
max-width: min(600px, 95vw);
text-align: center;
}
hr {