Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Promote to prod - Bug Bash 3 #1096

Merged
merged 14 commits into from
Mar 22, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Issue 1048: List view of past challenges (Mobile view)
  • Loading branch information
Colinh84 committed Mar 15, 2017
commit 403076405c05bf292fb72e912c3369e8305786c4
5 changes: 5 additions & 0 deletions assets/css/directives/dev-challenge-user-place.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ dev-challenge-user-place {
flex-direction: column;
text-align: center;
background-color: #F6F6F6;
@media only screen and (max-width: 767px) {
min-width: 50px;
width: 50px;
margin-left: 5px;
}

.score {
margin-top: 28px;
Expand Down