diff options
Diffstat (limited to 'info/charts.html')
-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> |