Renaming and autoformatting
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

- renamed the react files to jsx
- autoformat with vscode
This commit is contained in:
cami 2021-07-22 20:18:01 +02:00
parent e762032f00
commit 85e484bf0b
32 changed files with 127 additions and 129 deletions

View file

@ -31,7 +31,7 @@
font-size: 1.3em;
}
.btn--full{
.btn--full {
padding: 12px 26px;
margin: 0 auto;
font-size: 1.5em;
@ -44,4 +44,3 @@
color: var(--secondary);
transition: 250ms;
}