diff --git a/themes/buha/assets/css/layout.css b/themes/buha/assets/css/layout.css index 727810c6..dd75fb8b 100644 --- a/themes/buha/assets/css/layout.css +++ b/themes/buha/assets/css/layout.css @@ -83,15 +83,13 @@ footer { margin-top: 1rem; margin-left: 1rem; margin-right: 1rem; + flex-direction: column-reverse; } -#infobox_outer { - display: flex; - justify-content: space-evenly; - flex-grow: 1; +.footer_color { + color: var(--links); } - footer div { margin-top: 1rem; } @@ -216,7 +214,8 @@ article h3 { footer { padding-left: 10px; - padding-right: 10px; + padding-right: 10px; + flex-direction: row; } #articledata { diff --git a/themes/buha/layouts/partials/footer.html b/themes/buha/layouts/partials/footer.html index 82552484..8dc1b5b8 100644 --- a/themes/buha/layouts/partials/footer.html +++ b/themes/buha/layouts/partials/footer.html @@ -5,7 +5,6 @@ {{- end -}} -