Advertisement
dfghgfhplkjbv

src/components/AdvicesGrid/AdvicesGrid.module.scss

Mar 5th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @import 'src/styles/utility';
  2.  
  3. .root {
  4. @include container;
  5. padding: 16px 0;
  6. min-height: 57.75vh;
  7. }
  8.  
  9. .inner {
  10. display: flex;
  11. flex-wrap: wrap;
  12. margin-left: -16px;
  13. margin-right: -16px;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement