center file input button

This commit is contained in:
ReznoRMichael 2021-01-28 22:04:54 +01:00
parent 6dc3586821
commit 59fdab4110
2 changed files with 2 additions and 2 deletions

View file

@ -326,7 +326,7 @@ input[type="file"] {
.centered { .centered {
flex-direction: row; flex-direction: row;
align-items: flex-start; align-items: center;
} }
@media screen and (max-width: 566px) { @media screen and (max-width: 566px) {

View file

@ -216,7 +216,7 @@ input[type="file"] {
.centered { .centered {
flex-direction: row; flex-direction: row;
align-items: flex-start; align-items: center;
} }
@media screen and (max-width: 566px) { @media screen and (max-width: 566px) {