Advertisement
nate_d

home

Jul 9th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. .home-ad {
  2.     max-height: 75%;
  3.     max-width: 100%;
  4.     object-fit: scale-down;
  5.     height: auto;
  6.     width: auto;
  7. }
  8.  
  9. .card {
  10.     overflow: auto;
  11. }
  12.  
  13. .flash {
  14.     width: inherit;
  15. }
  16.  
  17. .material-icons {
  18.     display: inline;
  19. }
  20.  
  21. .flash {
  22.     min-width: 100%;
  23.     height: 6rem;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement