server actix for cannabinieri website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
451 B

3 years ago
  1. svg {
  2. max-height: 90vh;
  3. width: 100%;
  4. }
  5. .link {
  6. stroke: #000;
  7. stroke-width: 1.5px;
  8. }
  9. .node {
  10. cursor: move;
  11. stroke: #000;
  12. stroke-width: .07vw;
  13. fill-rule: evenodd;
  14. }
  15. .node.fixed {
  16. stroke: #30dfdf;
  17. stroke-width: .05vw;
  18. }
  19. @media(min-width: 768px) {
  20. body {
  21. max-height: 90vh;
  22. min-width: 100vw;
  23. }
  24. svg {
  25. height: 50 !important;
  26. width: 200;
  27. }
  28. }