Skip to content

Commit

Permalink
fix frases
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoJArg committed Mar 31, 2024
1 parent dc3dbe2 commit 308ae67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 308ae67

Please sign in to comment.