From 6a8abe9b2e575977fd14794a7f9da5474215a077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erasmo=20Hern=C3=A1ndez?= Date: Sat, 27 May 2023 02:39:17 -0400 Subject: [PATCH] [Issue-19]: fix mobile view and horizontal scroll --- landing/src/style/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/landing/src/style/style.css b/landing/src/style/style.css index ebd5b2a..945fdf0 100644 --- a/landing/src/style/style.css +++ b/landing/src/style/style.css @@ -26,6 +26,11 @@ main { align-items: center; } +main img { + max-width: 100%; + height: auto; +} + h1 { font-size: 36px; line-height: 1.2; @@ -65,7 +70,7 @@ button:hover { footer { margin-top: 50px; border-top: 1px solid #000; - padding: 15px; + padding: 15px 0; text-align: center; width: 100%; flex-shrink: 0;