From 9a9725fb76c2e776bf622e984299fef9dc4df1e8 Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Tue, 28 Feb 2023 18:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20h-screen=20class?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/sass/app.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 4f80760..3223d2b 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -21,3 +21,8 @@ h5, h6 { font-weight: 400; } + + +.h-screen { + height: 100vh; +}