From a33ca96332f2f4ab35ad8b530b1b39fbad832468 Mon Sep 17 00:00:00 2001 From: Leopoldthecoder Date: Tue, 1 Aug 2023 15:05:03 +0800 Subject: [PATCH] fix(*): title line height in 404 page --- src/pages/NotFound.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/NotFound.vue b/src/pages/NotFound.vue index 4ce669f7..50211ee5 100644 --- a/src/pages/NotFound.vue +++ b/src/pages/NotFound.vue @@ -26,6 +26,7 @@ h2 { font-size: 72px; color: var(--black-45, rgba(0, 0, 0, .45)); + line-height: 1; } p {