Mobile category overlap fix (#495)

* mobile spacing fix

* slightly less spacing
This commit is contained in:
stairman06 2022-05-23 23:53:28 -05:00 committed by GitHub
parent a7832ef40f
commit c545a959ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -362,6 +362,7 @@ export default {
@media screen and (max-width: 560px) {
.card-content {
flex-direction: column;
margin-left: 0.75rem;
.info {
.dates {
@ -390,7 +391,7 @@ export default {
.left-categories {
display: flex;
margin: 0 0 0.75rem 0.75rem;
margin: 0 0 0.75rem 0;
width: 7rem;
}