diff --git a/styles/index.css b/styles/index.css index 886859d..024b15f 100644 --- a/styles/index.css +++ b/styles/index.css @@ -799,6 +799,16 @@ padding-block: calc(8vw - 0.5em); } } + .sm\:grid-cols-\[1fr_1fr\] { + @media (width >= 40rem) { + grid-template-columns: 1fr 1fr; + } + } + .md\:grid-cols-\[1fr_1fr\] { + @media (width >= 48rem) { + grid-template-columns: 1fr 1fr; + } + } .dark\:invert { @media (prefers-color-scheme: dark) { --tw-invert: invert(100%); diff --git a/templates/pages/accounts/{acctID.int64}/platforms/{platform}/shops/mocks/{shopID}/index.html.tmpl b/templates/pages/accounts/{acctID.int64}/platforms/{platform}/shops/mocks/{shopID}/index.html.tmpl index cea1164..1566cd0 100644 --- a/templates/pages/accounts/{acctID.int64}/platforms/{platform}/shops/mocks/{shopID}/index.html.tmpl +++ b/templates/pages/accounts/{acctID.int64}/platforms/{platform}/shops/mocks/{shopID}/index.html.tmpl @@ -27,7 +27,7 @@ -
+