diff --git a/.gitignore b/.gitignore
index 6b21beb..448b736 100644
--- a/.gitignore
+++ b/.gitignore
@@ -109,3 +109,15 @@ package-lock.json
# Local Netlify folder
.netlify
+
+# AI development tools (local only)
+.ai/
+.claude/
+
+# Deno lockfile — edge functions are currently disabled
+deno.lock
+
+# OurAirports source data — not committed (123 KB precomputed map is in netlify/airport-map-data.json)
+# To regenerate: download from https://davidmegginson.github.io/ourairports-data/airports.csv
+# then run: npm run build:airports
+airports.csv
diff --git a/static/index.css b/static/index.css
index e2ed028..e33154e 100644
--- a/static/index.css
+++ b/static/index.css
@@ -154,7 +154,7 @@ body {
flex-direction: column;
justify-content: center;
align-items: center;
- height:100%;
+ min-height:100vh;
margin:0;
}
@@ -180,7 +180,7 @@ padding:0, 1em;
display: none;
}
.content {
- margin-top:10vh;
+ margin-top:0;
width: 500px;
max-width:100%;
line-height:150%;
diff --git a/static/index.html b/static/index.html
index bb882f7..46871c1 100644
--- a/static/index.html
+++ b/static/index.html
@@ -10,17 +10,16 @@
timezone.fyi
- This site lets you quickly share a time across multiple time zones.
+ Quickly share a time across multiple time zones.
Simply type a url with the following structure:
https://timezone.fyi/10:30am,pst,est
The first listed time zone will be treated as the primary. Zones can be expressed as:
- - Timezone abbreviation — e.g. GMT, EST, JST
- - Airport code — e.g. SFO, JFK, LHR
- - Metro area code — e.g. NYC, LON, TYO
+ - Standard timezones — e.g. GMT, EST, JST
+ - Airport codes — e.g. SFO, LHR, SIN
+ - Metro area codes — e.g. NYC, LON, PAR
-
When you send these via Slack, SMS, and other modern chat clients,
-
they'll expand to show times in every listed zone.
+
Links expand in Slack, SMS, and other modern chat clients to show times in every listed zone.