center file input button
This commit is contained in:
parent
6dc3586821
commit
59fdab4110
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue