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

Commit

Permalink
Fix landscape view voor Galaxy S5
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahiemS committed May 15, 2018
1 parent 92aaf89 commit e734445
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion resources/less/categories.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e734445

Please sign in to comment.