Skip to content

Commit

Permalink
Responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
salilponde committed Dec 5, 2023
1 parent b000c66 commit c305f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ sudo docker run -p 9090:9090 \\
gtag('config', 'GA_MEASUREMENT_ID');
`}
</Script>
<main className="flex min-h-screen flex-col items-center p-24 text-gray-300">
<main className="flex min-h-screen flex-col items-center pt-24 pb-8 px-8 text-gray-300">
<h1 className="mb-6">
<span className="sr-only">Dokemon</span>
<img src="/logo/dokemon-dark-medium.svg" alt="Dokemon" />
Expand All @@ -46,8 +46,8 @@ sudo docker run -p 9090:9090 \\
/>
</div>
<h3 className="text-lg font-bold mb-4">Get Started Now</h3>
<div className="mb-4">
<pre className="bg-slate-800 px-8 py-4 focus:outline-none font-mono">
<div className="mb-4 text-xs sm:text-base">
<pre className="bg-slate-800 p-4 sm:p-8 focus:outline-none font-mono">
{command}
</pre>
</div>
Expand Down

0 comments on commit c305f82

Please sign in to comment.