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

Commit 4030764

Browse files
committed
Issue 1048: List view of past challenges (Mobile view)
1 parent d1f1dc6 commit 4030764

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/css/directives/dev-challenge-user-place.scss

+5
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ dev-challenge-user-place {
108108
flex-direction: column;
109109
text-align: center;
110110
background-color: #F6F6F6;
111+
@media only screen and (max-width: 767px) {
112+
min-width: 50px;
113+
width: 50px;
114+
margin-left: 5px;
115+
}
111116

112117
.score {
113118
margin-top: 28px;

0 commit comments

Comments
 (0)