We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52134b commit 5ad3b03Copy full SHA for 5ad3b03
1 file changed
src/app/page.tsx
@@ -57,7 +57,7 @@ export default function Home() {
57
<main className="flex md:flex-row flex-col items-center justify-center sm:justify-around h-screen bg-blue-100 sm:px-20 sm:py-20">
58
<div className="flex flex-col items-center gap-0 md:gap-2">
59
<h1 className="hidden sm:flex text-xl md:text-6xl">METAR CODE</h1>
60
- <h2 className="text-2xl text-gray-500">Airport Code</h2>
+ <h2 className="text-2xl text-gray-500">Airport Code (ICAO)</h2>
61
<input
62
autoComplete='off'
63
className="text-green-600 text-4xl sm:text-9xl w-[300px] mb-2 md:pb-0 sm:w-96 text-center font-bold"
0 commit comments