Mobile category overlap fix (#495)
* mobile spacing fix * slightly less spacing
This commit is contained in:
parent
a7832ef40f
commit
c545a959ac
@ -362,6 +362,7 @@ export default {
|
|||||||
@media screen and (max-width: 560px) {
|
@media screen and (max-width: 560px) {
|
||||||
.card-content {
|
.card-content {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
margin-left: 0.75rem;
|
||||||
|
|
||||||
.info {
|
.info {
|
||||||
.dates {
|
.dates {
|
||||||
@ -390,7 +391,7 @@ export default {
|
|||||||
|
|
||||||
.left-categories {
|
.left-categories {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 0 0.75rem 0.75rem;
|
margin: 0 0 0.75rem 0;
|
||||||
width: 7rem;
|
width: 7rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user