From 3528a2b81b4d1e9782fd1f00ae34151763ecabc7 Mon Sep 17 00:00:00 2001 From: thisfro Date: Fri, 7 May 2021 09:55:41 +0200 Subject: [PATCH] add icons to offer footer --- assets/styles/app.scss | 4 ++++ templates/app/index.html.twig | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/styles/app.scss b/assets/styles/app.scss index 5658853..1ab551f 100644 --- a/assets/styles/app.scss +++ b/assets/styles/app.scss @@ -36,4 +36,8 @@ $primary: darken(#005035, 20%); .offer-info { width: 50%; min-width: 20rem;; +} + +.offer-footer { + color: #555; } \ No newline at end of file diff --git a/templates/app/index.html.twig b/templates/app/index.html.twig index f8947ea..c773dc0 100644 --- a/templates/app/index.html.twig +++ b/templates/app/index.html.twig @@ -21,9 +21,9 @@
{{ offer.title }}

{{ offer.description }}

-