Prettier *.css files

develop
Jason Zhu 2023-05-18 23:37:54 +10:00
parent 93e45f79d6
commit 64a3bedde1
2 changed files with 35 additions and 35 deletions

View File

@ -11,12 +11,12 @@
min-height: 100vh; min-height: 100vh;
} }
.app__container .loading__text{ .app__container .loading__text {
font-family: 'Press Start 2P', cursive; font-family: 'Press Start 2P', cursive;
color: var(--colorPrimary); color: var(--colorPrimary);
} }
.app__container .loading__text{ .app__container .loading__text {
font-family: 'Press Start 2P', cursive; font-family: 'Press Start 2P', cursive;
color: var(--colorPrimary); color: var(--colorPrimary);
} }
@ -41,8 +41,8 @@
gap: 2vh 2vw; gap: 2vh 2vw;
justify-content: center; justify-content: center;
} }
select, .filter__items>input{ select,
.filter__items > input {
width: 40vw; width: 40vw;
} }
} }