From 6b1471f4e6272fb8b62020655e8277a753879155 Mon Sep 17 00:00:00 2001 From: Vincenzo Marcovecchio <55591572+VincenzoMarcovecchio@users.noreply.github.com> Date: Wed, 20 Oct 2021 16:33:58 +0100 Subject: [PATCH] fix for mobile issues --- website/src/pages/styles.module.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/src/pages/styles.module.css b/website/src/pages/styles.module.css index bbb2cf7..34450c8 100644 --- a/website/src/pages/styles.module.css +++ b/website/src/pages/styles.module.css @@ -172,8 +172,13 @@ display: block; float: none; margin: 0 auto; + padding: 0 0 1.5rem 0; } + iframe { + width:100%; + } + .indexCtas { justify-content: center; }