diff --git a/metar.html b/metar.html
index 7bdda63..990df91 100644
--- a/metar.html
+++ b/metar.html
@@ -10,7 +10,7 @@
padding: 2em;
}
#metar-display {
- font-size: 1.2em;
+ font-size: 1.4em;
margin-bottom: 1em;
min-height: 3em;
line-height: 1.6;
@@ -31,18 +31,20 @@
}
}
button {
- font-size: 1em;
+ font-size: 1.2em;
padding: 0.5em 1em;
}
.highlight {
background-color: yellow;
}
.next-to-decode {
- text-decoration: underline dashed;
+ text-decoration: underline;
text-decoration-thickness: 2px;
text-underline-offset: 3px;
}
#decoding-display {
+ font-size: 1.2em;
+ min-height: 4rem;
margin-top: 1em;
padding: 1em;
border: 1px solid #ccc;