diff --git a/landing/index.html b/landing/index.html index b2fece5..d3faf58 100644 --- a/landing/index.html +++ b/landing/index.html @@ -65,7 +65,7 @@ - section.frases { padding: 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr)); gap: 1rem; } + section.frases { padding: 2rem; display: grid; grid-template-columns: repeat(auto-fit, minmax(25rem, 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; }