diff --git a/static/styles.css b/static/styles.css index 0c96eb7..cce78ec 100644 --- a/static/styles.css +++ b/static/styles.css @@ -14,7 +14,6 @@ body { } .bottom { - background-color: black; position: fixed; width: 82%; bottom: 0; @@ -27,6 +26,7 @@ body { } .raligned { + background-color: black; right: 0px; text-align: right; }