diff options
Diffstat (limited to 'theme/static/style.css')
| -rw-r--r-- | theme/static/style.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/theme/static/style.css b/theme/static/style.css index 468b3c5..fc4576f 100644 --- a/theme/static/style.css +++ b/theme/static/style.css @@ -167,9 +167,10 @@ footer { /* background: var(--cl-foreground); */ color: var(--cl-background); height: 300px; - display: flex; align-items: center; - justify-content: center; + display: flex; + justify-content: flex-end; + flex-direction: column; padding: 0px 0px 10px 0px; background-position: center bottom; background-image: url("footer.png"); @@ -177,6 +178,11 @@ footer { background-size: auto 100%; } +#footer_content { + display: flex; + justify-content: center; +} + /* -- Polaroid -- */ |
