Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
izica committed Jun 17, 2018
1 parent 598b7a0 commit b622b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ generate style with class(class styles supports media query)
$sClassname = styles()
->media(0, 1024)
->set('display', 'flex'),
->set('align-items', 'center'),
->set('align-items', 'center', $itemsCount > 4),
->set('align-items', 'flex-start', $itemsCount <= 4),
->set('color', '#ccc')
->opacity(0, $sContact == '')
->render();
Expand Down

0 comments on commit b622b8f

Please sign in to comment.