A corporation manager and dashboard for EVE Online
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.
 
 
 
 
 

23 lines
223 B

  1. .map-1 {
  2. display: flex;
  3. }
  4. .map-2 {
  5. flex: 1;
  6. }
  7. .map-3 {
  8. height: 100%;
  9. }
  10. @media (min-width: 800px) {
  11. .map-2 {
  12. max-width: none;
  13. margin: 2em;
  14. }
  15. }
  16. #map .system {
  17. fill: currentColor;
  18. }