From 92aaf891b52d9a814c0f4204e2a29d364b430943 Mon Sep 17 00:00:00 2001 From: Shahiem Seymor Date: Tue, 15 May 2018 21:50:46 +0200 Subject: [PATCH] Fix mobile landscape view for Pixel phone --- resources/less/categories.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/less/categories.less b/resources/less/categories.less index 8ad638e..a599b79 100755 --- a/resources/less/categories.less +++ b/resources/less/categories.less @@ -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; }