diff options
Diffstat (limited to 'theme')
| -rw-r--r-- | theme/static/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/static/style.css b/theme/static/style.css index 5d4cdaf..5fe1a8b 100644 --- a/theme/static/style.css +++ b/theme/static/style.css @@ -169,9 +169,9 @@ footer { height: 300px; display: flex; align-items: center; - justify-content: center; - - background-position: bottom; + justify-content: bottom; + padding: 0px 0px 30px 0px; + background-position: center bottom; background-image: url("footer.png"); background-repeat: no-repeat; background-size: auto 100%; |
