diff --git a/resources/styles/main.scss b/resources/styles/main.scss
index 54184b5..b030edc 100644
--- a/resources/styles/main.scss
+++ b/resources/styles/main.scss
@@ -92,6 +92,8 @@ body {
footer {
@extend .flex;
+ flex-wrap: wrap;
+
font-size: $font-size-sm;
padding: $alert-padding-y $alert-padding-y;
transition: all .5s ease;
@@ -106,6 +108,11 @@ body {
img {
height: 1.5rem;
}
+
+ > * {
+ flex: 1 1 auto;
+ padding: .4rem 0;
+ }
}
}
@@ -117,5 +124,9 @@ body {
#app {
padding-top: 4rem;
}
+
+ body footer > * {
+ flex: 0 1 auto;
+ }
}
diff --git a/templates/base.html.twig b/templates/base.html.twig
index 734326c..a38c413 100644
--- a/templates/base.html.twig
+++ b/templates/base.html.twig
@@ -42,8 +42,7 @@
v. {{ version() }}
-
- brought to you by
+
© {{ 'now'|date('Y') }}