style: Increase METAR display min-height

This commit is contained in:
2026-02-14 14:37:53 -07:00
committed by Tanner Collin (aider)
parent 39fd0be913
commit bd8c95ace1
+1 -1
View File
@@ -6,7 +6,7 @@
<title>METAR Practice</title>
<style>
body { font-family: monospace; padding: 2em; }
#metar-display { font-size: 1.2em; margin-bottom: 1em; min-height: 3em; }
#metar-display { font-size: 1.2em; margin-bottom: 1em; min-height: 6em; }
button { font-size: 1em; padding: 0.5em 1em; }
</style>
</head>