Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. .listado-grid{
  2. display: grid;
  3. grid-template-columns: repeat(4, minmax(auto, 1fr));
  4. grid-gap: 20px;
  5. }
  6.  
  7. .listado-block{
  8. display: block;
  9. }
  10.  
  11. .listado-oculto{
  12. display: none;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement