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