Update assets/css/admin.scss

This commit is contained in:
Francesco 2021-06-15 09:54:17 -05:00 committed by GitHub
parent c988f25e1e
commit 614e97e134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@
flex-direction: row;
justify-content: center;
@media screen and (max-width: 500px) {
@media screen and (min-width: 500px) {
justify-content: left;
}