File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ const store = createStore(
4141) ;
4242
4343class App extends Component {
44- portraitMediaQuery = window . matchMedia ( '(orientation: portrait )' ) ;
44+ portraitMediaQuery = window . matchMedia ( '(max-aspect-ratio: 4/3 )' ) ;
4545
4646 componentDidMount ( ) {
4747 this . _fetchUser ( ) ;
Original file line number Diff line number Diff line change @@ -107,10 +107,10 @@ $score-line-height-desktop: calc(#{$score-font-size-desktop} - 2px);
107107$score-line-height-mobile : calc (#{$score-font-size-mobile } - 2px );
108108
109109$media-landscape : (
110- min-aspect-ratio : 1 ,
110+ min-aspect-ratio : 4 / 3 ,
111111);
112112$media-portrait : (
113- max-aspect-ratio : 1 ,
113+ max-aspect-ratio : 4 / 3 ,
114114);
115115$media-no-hover : (
116116 hover : none ,
You can’t perform that action at this time.
0 commit comments