diff --git a/resources/less/categories.less b/resources/less/categories.less index a599b79..e1e5b84 100755 --- a/resources/less/categories.less +++ b/resources/less/categories.less @@ -179,7 +179,30 @@ } /* Mobile / Tablet */ -@media only screen and (min-width: 700px) and (max-width: 830px) { +@media only screen and (min-width: 600px) and (max-width: 680px) { + .KosekiPage .TagTile-title { + width: 39%; + } + + .KosekiPage .TagTile-stats { + width: 20%; + } + + .KosekiPage .TagTile-last { + width: 30%; + } + + .KosekiPage .TagChild-meta { + width: 40%; + } + + .KosekiPage .TagChild-info { + width: 70%; + margin-left: 10px; + } +} + +@media only screen and (min-width: 700px) and (max-width: 1024px) { .KosekiPage .TagTile-title { width: 330px; }