Skip to content
This repository has been archived by the owner on Mar 25, 2019. It is now read-only.

Commit

Permalink
Fix mobile landscape view for Pixel phone
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahiemS committed May 15, 2018
1 parent f3556ad commit 92aaf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/less/categories.less
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
}

/* Mobile / Tablet */
@media only screen and (min-width: 700px) and (max-width: 812px) {
@media only screen and (min-width: 700px) and (max-width: 830px) {
.KosekiPage .TagTile-title {
width: 330px;
}
Expand Down

0 comments on commit 92aaf89

Please sign in to comment.