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 }}

-