commit efc3cea5a8d569c2197e8da4518e58ce674f4827 parent d396fc64daab3db9cef06ccd1f8bfc8f16bf202c Author: mpizzzle <m@michaelpercival.xyz> Date: Fri, 3 Jul 2020 19:24:46 +0100 quick update Diffstat:
| M | style.css | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/style.css b/style.css @@ -7,10 +7,12 @@ body { } #content { - width: 100%; - margin: 0em; background-color: #1d2021; + margin: 0em; padding: 2em; + width: fill; + height: fill; + max-width: auto; } @@ -75,7 +77,7 @@ body { .contact-element { display: vertical; flex: 1; - gustify-content: left; + justify-content: left; text-align: center; }