Skip to content

Commit

Permalink
Mobile fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Oct 11, 2015
1 parent 219be68 commit 932661f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions static/assets/css/users.css
Expand Up @@ -10,13 +10,19 @@ ul.pages-line {
line-height: 1.3;
background-color: #eff8fd;
border-color: #95c4e1;
width: 24.25%;
margin-right: 1%;
}


.pages-line div.thumbnail:last-child {
margin-right: 0;
@media (min-width: 992px) {
.pages-line div.thumbnail {
width: 24.25%;
margin-right: 1%;
}


.pages-line div.thumbnail:last-child {
margin-right: 0;
}
}

.thumbnail p {
Expand Down
2 changes: 1 addition & 1 deletion static/assets/css/users.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 932661f

Please sign in to comment.