diff options
-rw-r--r-- | static-html/fauxchella.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/static-html/fauxchella.html b/static-html/fauxchella.html index 308b5fc..1af97ff 100644 --- a/static-html/fauxchella.html +++ b/static-html/fauxchella.html @@ -27,7 +27,7 @@ padding: 32px 32px 64px 32px; max-height: 100%; } - + main h1 { text-align: center; color: var(--purple); @@ -63,6 +63,12 @@ text-align: center; } @media only screen and (max-width: 800px) { + html, body { + margin: 8px; + } + main { + padding: 16px 16px 32px 16px; + } main table tr { height: 2.5lh; } |