diff --git a/assets/css/directives/dev-challenge-user-place.scss b/assets/css/directives/dev-challenge-user-place.scss index 69f0ca8c5..f8614bee9 100644 --- a/assets/css/directives/dev-challenge-user-place.scss +++ b/assets/css/directives/dev-challenge-user-place.scss @@ -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;