diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:54:33 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-10-27 23:54:33 +0200 |
commit | 6e4a8dd429dc22e713f3a7ad77a788ca3f48c1cf (patch) | |
tree | f29de260e73d400df1276f0343f6fe0b6133ca93 /info/aid.html | |
parent | 51d0687666fb82d4d5b2d173b8d802d8cc6cb5ce (diff) | |
download | time-of-crisis-6e4a8dd429dc22e713f3a7ad77a788ca3f48c1cf.tar.gz |
Mobile friendly info pages.
Diffstat (limited to 'info/aid.html')
-rw-r--r-- | info/aid.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/info/aid.html b/info/aid.html index 62594f2..0307c16 100644 --- a/info/aid.html +++ b/info/aid.html @@ -1,4 +1,5 @@ <!DOCTYPE html> +<meta name="viewport" content="width=1340,initial-scale=1"> <html> <head> <title>Time of Crisis - Aid</title> @@ -6,9 +7,11 @@ html { background-color:slategray; } +body { + margin: 10px; img { display:block; - margin: 1em auto; + margin: 10px auto; box-shadow:1px 1px 8px -2px black; } </style> |