From 332ac1555b3f79481843067bf4968723632ce444 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 11 Mar 2024 00:25:17 -0700 Subject: [PATCH] style: reorder CSS properties to obey style conventions --- splash-screen/src/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/splash-screen/src/app.css b/splash-screen/src/app.css index c8182e7..f8d787a 100644 --- a/splash-screen/src/app.css +++ b/splash-screen/src/app.css @@ -3,10 +3,10 @@ @tailwind utilities; body { - overflow: hidden; - overscroll-behavior: none; - user-select: none; background-image: url('./assets/background.jpg'); background-repeat: no-repeat; background-size: cover; + overflow: hidden; + overscroll-behavior: none; + user-select: none; }