@Axsel519
Posted
.box { background-color: hsl(0, 0%, 100%); width: 285px; /* height: 34vw; */ margin: 10vh auto; border-radius: 15px; } remove height and
add padding-bottom p { color: hsl(216, 15%, 48%); font-weight: 400; padding-right: 20px; padding-left: 20px; padding-bottom: 4vh; }
Marked as helpful