update: gitignore

This commit is contained in:
srgooglo 2020-09-01 02:29:09 +02:00
parent cf1583238f
commit e4b9e0e0dc
2 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -13,4 +13,5 @@
/src/.umi-production /src/.umi-production
/src/.umi-test /src/.umi-test
/.env.local /.env.local
/out

View File

@ -112,21 +112,21 @@ body {
} }
} }
@media (min-width: @bp-medium) { // @media (min-width: @bp-medium) {
} // }
@media (min-width: @bp-large) { // @media (min-width: @bp-large) {
} // }
@media (min-width: @bp-xlarge) { // @media (min-width: @bp-xlarge) {
} // }
@media (min-width: @bp-xxlarge) { // @media (min-width: @bp-xxlarge) {
} // }
.text-overflow { .text-overflow {
white-space: nowrap; white-space: nowrap;