Format files using prettier

This commit is contained in:
ItsVipra 2023-07-01 13:20:29 +00:00 committed by github-actions[bot]
parent bad8fb1ecf
commit 834d4f5ca1

View file

@ -17,19 +17,19 @@ body {
border-radius: 0.5em;
display: flex;
justify-content: space-between;
padding-right: .5em;
padding-right: 0.5em;
}
.row2{
.row2 {
background-color: var(--background);
margin: 0.5em;
border-radius: 0.5em;
justify-content: space-between;
}
.text2{
.text2 {
border-bottom: solid 1px grey;
margin-bottom: .5em;
margin-bottom: 0.5em;
}
.switch {
@ -47,8 +47,8 @@ body {
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 1em;
margin: .5em;
padding-bottom: .5em;
margin: 0.5em;
padding-bottom: 0.5em;
}
.togglebox {
@ -105,11 +105,11 @@ a {
}
.beta {
border-radius: .5em;
border-radius: 0.5em;
border: 1px solid orange;
background-color: rgba(255, 140, 0, 0.411);
padding-left: .25em;
padding-right: .25em;
padding-left: 0.25em;
padding-right: 0.25em;
margin: 0;
font-size: small;
}