From bf6c6b44be114ed852821f127e213a4715d58b80 Mon Sep 17 00:00:00 2001 From: DiegoJArg Date: Mon, 1 Apr 2024 01:24:43 +0200 Subject: [PATCH] Fix en frases --- landing/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing/index.html b/landing/index.html index ce3ce07..88066b8 100644 --- a/landing/index.html +++ b/landing/index.html @@ -65,8 +65,8 @@ - section.frases p { font-size: 1.8rem; } section.frases { padding: 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr)); gap: 1rem; } + section.frases div { font-size: 1.8rem; } section.frases article > div { background-color: white; color: black; } section.frases article > div { padding: 2rem; height: 100%; border: 0.3rem solid var(--color-odd-border); border-radius: 20px; }