X-Git-Url: https://git.jaslogic.tech/jaslogic.tech/blobdiff_plain/e2f37b0a2d377af5ada235da053a46e524833691..HEAD:/stylesheet.css?ds=inline diff --git a/stylesheet.css b/stylesheet.css index 1dd982d..f3046cf 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -2,10 +2,10 @@ font-family: "Courier New", monospace; margin: 0px; padding: 0px; - max-width: 700px; } body { + max-width: 700px; padding: 10px; } @@ -19,9 +19,12 @@ p { } footer { - padding-bottom: 20px; - padding-left: 10px; + width: 100vw; position: fixed; bottom: 0; - left: 0; +} + +footer a { + padding-bottom: 10px; + padding-right: 10px; }