styles.css 592 B

12345678910111213141516171819202122232425262728293031323334353637
  1. div {
  2. margin: 0;
  3. padding: 0;
  4. border: 0;
  5. }
  6. .marchingsquares {
  7. right: 50%;
  8. position: absolute;
  9. top: 0;
  10. bottom: 0;
  11. left: 0;
  12. }
  13. .right {
  14. width: 50%;
  15. overflow-x: hidden;
  16. position: absolute;
  17. bottom: 0;
  18. top: 0;
  19. right: 0;
  20. min-width: 400px;
  21. box-sizing: border-box;
  22. background: #fff;
  23. transition: all 200ms;
  24. -webkit-transition: all 200ms;
  25. box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 0px;
  26. }
  27. .CodeMirror {
  28. height: 200px;
  29. }
  30. /*@media screen and (max-width: 1100px) {*/
  31. /*.right {*/
  32. /*width: 50%;*/
  33. /*}*/
  34. /*}*/