chore: run prettier

Co-authored-by: Isaac <contact@eartharoid.me>
This commit is contained in:
alexsparkes
2024-05-21 20:51:33 +01:00
parent bf78a8a9f5
commit 003bf2400a
32 changed files with 229 additions and 184 deletions

View File

@@ -5,9 +5,9 @@
@import 'scss/variables';
.creatorItems {
.item {
flex-flow: row !important;
}
.item {
flex-flow: row !important;
}
.item-back {
margin: 0 !important;
filter: blur(40px) saturate(180%) brightness(90%) !important;
@@ -482,7 +482,6 @@ p.author {
cursor: pointer;
text-decoration: underline;
}
}
.createYourOwn {

View File

@@ -69,8 +69,8 @@
.resetDataButtonsLayout {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 20px;
grid-gap: 20px;
:nth-child(1) {
grid-column: span 2;
}
@@ -81,7 +81,6 @@
}
}
table {
border-collapse: separate;

View File

@@ -28,4 +28,4 @@
background: t($btn-backgroundHover);
}
}
}
}