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

Fix alignment for srm cards #551

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
4 changes: 2 additions & 2 deletions assets/css/my-dashboard/srms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@

.srm-tiles {
@include horizontal-scroll;
display: flex;
flex-direction: row;
@media only screen and (min-width: 768px) {
display: flex;
flex-flow: row wrap;
margin: 0 auto;
overflow: visible;
Expand Down Expand Up @@ -78,6 +77,7 @@
display: inline;
width: 270px;
height: 321px;
vertical-align: top;
margin-bottom: 15px;
padding: 0 21px;
border: 1px solid #DCDCDC;
Expand Down