diff options
| -rw-r--r-- | theme/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/static/style.css b/theme/static/style.css index ad62642..468b3c5 100644 --- a/theme/static/style.css +++ b/theme/static/style.css @@ -169,7 +169,7 @@ footer { height: 300px; display: flex; align-items: center; - justify-content: center bottom; + justify-content: center; padding: 0px 0px 10px 0px; background-position: center bottom; background-image: url("footer.png"); |
