Advertisement
Guest User

Untitled

a guest
Jul 29th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. #react-root > section > main > section {
  2. margin-left: 10px;
  3. margin-right: 10px;
  4. max-width: none;
  5. }
  6.  
  7. main > section > div > div {
  8. flex-direction: row;
  9. flex-wrap: wrap;
  10. justify-content: center;
  11. }
  12.  
  13. div > div > article {
  14. min-width: 400px;
  15. max-width: 400px;
  16. margin-right: 20px !important;
  17. max-height: 1045px;
  18. margin-bottom: 10px !important;
  19. }
  20.  
  21. article > div > ul > li > *:not(button) > span {
  22. max-height: 200px;
  23. display: block;
  24. overflow: auto;
  25. }
  26. article > div > ul {
  27. /*flex-grow: 0 !important;*/
  28. overflow: auto;
  29. max-height: 300px;
  30. }
  31. article > div > section {
  32. min-height: initial;
  33. }
  34.  
  35. article > div:nth-of-type(2n) {
  36. min-height: 325px;
  37. flex-grow: 1;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement