diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-05-06 14:22:25 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-05-06 14:23:58 +0200 |
commit | 93d3b2f98908239562162b22591a61cc1c5d3aae (patch) | |
tree | 8669211e1988a134c5d53da9dc4b21c5dc97ba44 /info | |
parent | a283c39f832ba9a7e177b0fe2ce0255fd455da59 (diff) | |
download | plantagenet-93d3b2f98908239562162b22591a61cc1c5d3aae.tar.gz |
Fix styling of charts page.
Diffstat (limited to 'info')
-rw-r--r-- | info/charts.html | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/info/charts.html b/info/charts.html index 67a221b..5c08148 100644 --- a/info/charts.html +++ b/info/charts.html @@ -1,20 +1,15 @@ <!DOCTYPE html> <html> <head> +<meta name="viewport" content="width=1360"> <title>Plantagenet - Charts</title> <style> html { background-color:slategray; } img { box-shadow:1px 1px 8px -2px black; } -section { - display:flex; - flex-wrap:wrap; - gap:20px; - justify-content:center; - margin:20px; -} img { display:block; background-color:gainsboro; + margin:20px auto; } </style> </head> |