diff --git a/src/components/molecules/Wallet/Details.module.css b/src/components/molecules/Wallet/Details.module.css index af4ea4a14..bd413da08 100644 --- a/src/components/molecules/Wallet/Details.module.css +++ b/src/components/molecules/Wallet/Details.module.css @@ -2,8 +2,8 @@ padding: calc(var(--spacer) / 4); } -.details > section[class*="feedback"] { - margin-top: calc(var(--spacer) / 2) +.details > section[class*='feedback'] { + margin-top: calc(var(--spacer) / 2); } .balance { diff --git a/src/components/templates/Search/index.module.css b/src/components/templates/Search/index.module.css index 4c97caa50..7c2d20f16 100644 --- a/src/components/templates/Search/index.module.css +++ b/src/components/templates/Search/index.module.css @@ -5,10 +5,10 @@ @media (min-width: 55rem) { .grid { grid-column-gap: calc(var(--spacer) * 3); - grid-template-columns: minmax(0, 3fr) 1fr; + /* grid-template-columns: minmax(0, 3fr) 1fr; */ grid-template-areas: - 'search side' - 'results side'; + 'search' + 'results'; } .search { diff --git a/src/components/templates/Search/index.tsx b/src/components/templates/Search/index.tsx index e3a1ad218..1995e92ef 100644 --- a/src/components/templates/Search/index.tsx +++ b/src/components/templates/Search/index.tsx @@ -42,9 +42,9 @@ export default function SearchPage({ {text && } - */}
{loading ? : }