Skip to content

Commit

Permalink
More mobile padding
Browse files Browse the repository at this point in the history
  • Loading branch information
42A7C5 committed Dec 19, 2023
1 parent eb17d3c commit 2eddab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Home(props: any) {
<title>Parakeet</title>
</Head>
<div className='alert'>
Play the all-new TP-Scramble open alpha and try out all the game's skins! <a href='/play/tpscramble'>Learn more &rarr;</a>
Play the all-new TP-Scramble open alpha and try out all the game&apos;s skins! <Link href='/play/tpscramble'>Learn more &rarr;</Link>
</div>
<nav>
{/* <Link href={'/'}> */}
Expand Down Expand Up @@ -129,7 +129,7 @@ export default function Home(props: any) {
)
return (
<Link key={game.id} href={`/play/${game.id}`}>
<Atropos key={game.id} className='game' rotate={false}>
<Atropos key={game.id} className='game'>
<img
className='game-bgart'
src={game.art.background}
Expand Down
1 change: 1 addition & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ nav h2 {
width: 90vw;
padding: 0;
margin-top: 3vh;
margin-bottom: 6vh;
margin-left: 5vw;
}
}

0 comments on commit 2eddab7

Please sign in to comment.