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

@ -22,8 +22,8 @@ html[data-theme='dark'] {
}
@font-face {
font-family: 'VT323';
src: url('assets/fonts/VT323-Regular.ttf');
font-family: 'VT323';
src: url('assets/fonts/VT323-Regular.ttf');
}
.info__container {

View File

@ -1,48 +1,48 @@
@font-face {
font-family: 'Press Start 2P';
src: url('assets/fonts/PressStart2P-Regular.ttf') format('truetype');
font-family: 'Press Start 2P';
src: url('assets/fonts/PressStart2P-Regular.ttf') format('truetype');
}
.app__container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
}
.app__container .loading__text{
font-family: 'Press Start 2P', cursive;
color: var(--colorPrimary);
.app__container .loading__text {
font-family: 'Press Start 2P', cursive;
color: var(--colorPrimary);
}
.app__container .loading__text{
font-family: 'Press Start 2P', cursive;
color: var(--colorPrimary);
.app__container .loading__text {
font-family: 'Press Start 2P', cursive;
color: var(--colorPrimary);
}
.loading__gif {
width: 15%;
width: 15%;
}
@media screen and (max-width: 767px) {
.loading__gif {
width: 35%;
}
.poke__logo {
width: 35vw;
}
.filter__container {
display: flex;
flex-direction: column;
width: 100vw;
align-items: center;
margin: 7vh 0 5vh 0;
gap: 2vh 2vw;
justify-content: center;
}
select, .filter__items>input{
width: 40vw;
}
.loading__gif {
width: 35%;
}
.poke__logo {
width: 35vw;
}
.filter__container {
display: flex;
flex-direction: column;
width: 100vw;
align-items: center;
margin: 7vh 0 5vh 0;
gap: 2vh 2vw;
justify-content: center;
}
select,
.filter__items > input {
width: 40vw;
}
}