From fdcb780eb50e191199ddde439f2476912f01d57b Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 2 Jun 2017 14:31:53 +0200 Subject: [PATCH] Add attribution text to footer --- app/Resources/assets/style/main.scss | 5 +++++ app/Resources/views/footer.html.twig | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/app/Resources/assets/style/main.scss b/app/Resources/assets/style/main.scss index 5ed06ad..6aa7c6f 100644 --- a/app/Resources/assets/style/main.scss +++ b/app/Resources/assets/style/main.scss @@ -124,6 +124,11 @@ } } } + + .footer { + padding: 2em 0; + } + } @each $i in 5 10 15 20 25 30 40 50 60 { diff --git a/app/Resources/views/footer.html.twig b/app/Resources/views/footer.html.twig index 0c3a280..1f7663a 100644 --- a/app/Resources/views/footer.html.twig +++ b/app/Resources/views/footer.html.twig @@ -1,9 +1,10 @@ \ No newline at end of file