Skip to content

Commit

Permalink
fix(countries): add left/right margin on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelgerber committed Aug 5, 2024
1 parent 1cb1c56 commit 8d77c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/CountriesIndexPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const CountriesIndexPage = (props: {
/>
<body className="CountriesIndexPage">
<SiteHeader baseUrl={baseUrl} />
<main>
<main className="wrapper">
<h1>Data by country</h1>
<ul>
{countries.map((country) => (
Expand Down
2 changes: 1 addition & 1 deletion site/CountryProfilePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const CountryProfilePage = (props: CountryProfilePageProps) => {
/>
<body className="CountryProfilePage">
<SiteHeader baseUrl={baseUrl} />
<main>
<main className="wrapper">
<header>
<img
className="flag"
Expand Down

0 comments on commit 8d77c0d

Please sign in to comment.