style: reorder CSS properties to obey style conventions

This commit is contained in:
Youwen Wu 2024-03-11 00:25:17 -07:00
parent 05b50ded11
commit 332ac1555b
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -3,10 +3,10 @@
@tailwind utilities; @tailwind utilities;
body { body {
overflow: hidden;
overscroll-behavior: none;
user-select: none;
background-image: url('./assets/background.jpg'); background-image: url('./assets/background.jpg');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
overflow: hidden;
overscroll-behavior: none;
user-select: none;
} }