style: reorder CSS properties to obey style conventions
This commit is contained in:
parent
05b50ded11
commit
332ac1555b
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue