Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1a35cd8

Browse files
author
Nick Litwin
committedNov 10, 2015
Fix alignment for srm cards
1 parent 970ad08 commit 1a35cd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎assets/css/my-dashboard/srms.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525

2626
.srm-tiles {
2727
@include horizontal-scroll;
28-
display: flex;
29-
flex-direction: row;
3028
@media only screen and (min-width: 768px) {
29+
display: flex;
3130
flex-flow: row wrap;
3231
margin: 0 auto;
3332
overflow: visible;
@@ -78,6 +77,7 @@
7877
display: inline;
7978
width: 270px;
8079
height: 321px;
80+
vertical-align: top;
8181
margin-bottom: 15px;
8282
padding: 0 21px;
8383
border: 1px solid #DCDCDC;

0 commit comments

Comments
 (0)
This repository has been archived.