HTML5 - put the order at media class

This commit is contained in:
JaeeunCho 2017-05-18 13:03:35 -07:00
parent 050994fc06
commit 607a3f4e5d

View File

@ -150,6 +150,7 @@ $bars-padding: $lg-padding-x - .45rem; // -.45 so user-list and chat title is al
.media {
@extend %full-page;
flex: 1 100%;
order: 2;
flex-direction: row;
position: relative;