fix horizontal overflow and update map link
Some checks failed
Build and Deploy to Cloudflare Pages / build (push) Successful in 5s
Build and Deploy to Cloudflare Pages / deploy (push) Has been cancelled

- add word-break to settings boxes to wrap long URLs
- update Lee's Sandwiches link to short Google Maps URL
This commit is contained in:
2026-02-10 03:53:45 -08:00
parent d3e421bb22
commit deb163595f
2 changed files with 3 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ a:hover {
font-family: "SF Mono", "Fira Code", "Consolas", monospace;
font-size: 0.9rem;
line-height: 1.8;
overflow-wrap: break-word;
word-break: break-all;
}
.settings .label {