From c2163097bb9b3a61b684ec9af97821145e49e613 Mon Sep 17 00:00:00 2001 From: Jip Fr Date: Thu, 7 May 2020 15:31:21 +0200 Subject: [PATCH] Fix cards --- public/main.css | 12 +++++++++--- views/home.handlebars | 4 +++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/public/main.css b/public/main.css index ce9b082..89b4981 100644 --- a/public/main.css +++ b/public/main.css @@ -251,13 +251,19 @@ section.team { } .team-cards { - display: grid; - grid-template-columns: repeat(6, 1fr); - grid-gap: 20px; + display: flex; + justify-content: center; + flex-wrap: wrap; margin-top: 80px; + margin: -10px; +} +.team-cards .card { + margin: 10px; } .card { width: calc(100% - 54px); + min-width: 300px; + max-width: 460px; padding: 18px 27px; display: grid; grid-template-columns: 110px 1fr; diff --git a/views/home.handlebars b/views/home.handlebars index d117390..f1238d8 100644 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -96,9 +96,11 @@
+
+

{{ locale.faq.title }}

+
-

{{ locale.faq.title }}

{{ locale.faq.text }}