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

Remove flex on mobile and add vertical align #550

Merged
merged 1 commit into from
Nov 10, 2015
Merged
Changes from all commits
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
7 changes: 4 additions & 3 deletions assets/css/my-dashboard/programs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@

.badge-and-challenges {
@include horizontal-scroll;
display: flex;
flex-direction: row;
@media only screen and (min-width: 768px) {
flex-wrapper: wrap;
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 0 auto;
overflow: visible;
white-space: normal;
Expand All @@ -49,6 +49,7 @@

.registered-badge {
display: inline;
vertical-align: top;
height: 370px;
min-width: 270px;
border: 1px solid #DCDCDC;
Expand Down