diff --git a/style.css b/style.css index 45af2fb..5ea3cd0 100644 --- a/style.css +++ b/style.css @@ -9,7 +9,6 @@ div#content { body { margin: 0; - display: flex; } circle#point { @@ -148,4 +147,10 @@ rect#debug-view-box { stroke-width: 20px; */ fill: blue; fill-opacity: 0.2; +} + +@media (width >= 1800px) { + body { + display: flex; + } } \ No newline at end of file