v2.0.2-beta

This commit is contained in:
2021-01-13 14:17:30 -03:00
parent daab2b65f5
commit 10622c2e94
28 changed files with 456 additions and 744 deletions

View File

@ -7,10 +7,11 @@ html {
}
@import 'common';
@import 'fonts';
@media screen and (max-width: 800px) {
@media screen and (orientation: portrait) {
@import 'phone';
}
@media screen and (min-width: 800px) {
@media screen and (orientation: landscape) {
@import 'wide';
}