diff --git a/style.css b/style.css index ed7581e..4f9ff4a 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,6 @@ body { } #grid { - aspect-ratio: 1 / 1; display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(5, 1fr); @@ -23,6 +22,7 @@ body { .tile { --border-width: 1px; align-content: center; + aspect-ratio: 1 / 1; border-color: #000; border-style: solid; border-width: 0 var(--border-width) var(--border-width) 0;