add more padding to descriptions to prevent text overflowing

This commit is contained in:
hazycora 2023-08-03 14:27:49 -05:00
parent 5b121f398b
commit 3cb301360e
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E

View file

@ -119,6 +119,8 @@ p {
.description {
width: 100%;
padding: 0.5em 0;
margin: -0.5em 0;
font-size: 42px;
font-weight: 500;
color: #8c91af;