v2.0.2-beta
This commit is contained in:
@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user