diff --git a/normal.css b/normal.css index 077b6a6..19d5e64 100644 --- a/normal.css +++ b/normal.css @@ -2,7 +2,7 @@ body { background-color: #2e2e2e; color: #d6d6d6; font-family: "Courier New", monospace; - font-size: 1.25em; + font-size: 1.1em; margin: 75px 20%; text-align: center; } @@ -37,7 +37,10 @@ a:hover { border: 2px dashed #d6d6d6; padding: 10px; display: inline-block; - margin-bottom: 20px; + position: fixed; + bottom: 25px; + left: 25px; + background-color: #2e2e2e; } #files {