Matt
Results
2
comments of
Matt
You can hack-fix this by the following CSS: ``` @media screen and (max-width: 1023px) { .card-content { padding-bottom: 60px !important; } } ``` Where the element in question is whatever...