From ff7d9d58a888d7b05bc9317e42fcbb250701952c Mon Sep 17 00:00:00 2001 From: Christophe Chaudier <christophe@lydra.fr> Date: Fri, 12 Nov 2021 17:56:43 +0100 Subject: [PATCH] fix: big blank H1 in header on mobiles --- src/pages/index.module.css | 5 +---- src/pages/tarifs.md | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/pages/index.module.css b/src/pages/index.module.css index fd61f14..ddd75ed 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -36,16 +36,13 @@ justify-content: center; } - @media screen and (max-width: 966px) { +@media screen and (max-width: 966px) { .heroBanner { padding: 2rem; } } @media screen and (max-width: 767px) { - header { - height: 100%; - } .heroBanner { padding: 1rem; } diff --git a/src/pages/tarifs.md b/src/pages/tarifs.md index 64f7937..a210d05 100644 --- a/src/pages/tarifs.md +++ b/src/pages/tarifs.md @@ -6,8 +6,6 @@ keywords: Lydra, SaaS, pricing, tarifs # Les tarifs de Froggit - - | Limites | Têtard | 🥇 Grenouille | 🥈 Étang | |---------------|----------|------------|----------|----------|----------| | |  |  |  |  |  | @@ -19,6 +17,8 @@ keywords: Lydra, SaaS, pricing, tarifs 🔜 Les prix arrivent ! +# Les tarifs de Froggit + :::tip Bêta en cours 🧪 [En attendant rejoignez la bêta !](http://beta.froggit.fr/) :::tip -- GitLab