Skip to content

Commit

Permalink
Fix en frases
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoJArg committed Mar 31, 2024
1 parent 0e98eaa commit bf6c6b4
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,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; }

Expand Down

0 comments on commit bf6c6b4

Please sign in to comment.