Skip to content

Commit

Permalink
refactor: Use inline-block on multimedia items
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Mar 4, 2019
1 parent e73a5ce commit 84d7113
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1239,8 +1239,7 @@ $item-gutter: 1em;
margin-bottom: 3em;

@include mq (m) {
display: inline-flex;
flex-direction: column-reverse;
display: inline-block;
margin-bottom: 1.5em;
padding-right: 1.25%;
width: 32.5%;
Expand Down

0 comments on commit 84d7113

Please sign in to comment.