diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:54:19 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:54:19 +0200 |
commit | 458bda8b4aafb00f54e1d3e5816bbe5d6af6e316 (patch) | |
tree | 9fe1013916eb46f7e084dae057e28cffc98bb69a /info/history.html | |
parent | 4c4e05af1e7d22022fc5df3fb9121d0a8347fc2e (diff) | |
download | shores-of-tripoli-458bda8b4aafb00f54e1d3e5816bbe5d6af6e316.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/history.html')
-rw-r--r-- | info/history.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/info/history.html b/info/history.html index 07eb59d..1702ef1 100644 --- a/info/history.html +++ b/info/history.html @@ -1,11 +1,12 @@ <!DOCTYPE html> <html> <head> +<meta name="viewport" content="width=880"> <title>Tripoli History Booklet</title> <link rel="stylesheet" href="/fonts/fonts.css"> <style> -body{background-color:slategray} -div{position:relative;background-color:white;margin:1em auto;line-height:0.8;box-shadow:1px 1px 8px -2px black} +body{background-color:slategray;margin:20px} +div{position:relative;background-color:white;margin:20px auto;line-height:0.8;box-shadow:1px 1px 8px -2px black} p{position:absolute;white-space:pre;margin:0;font-family:Gentium Basic} </style> </head> |