From c545a959ac8f48967d1e5a1b1ee5c86aff67a58b Mon Sep 17 00:00:00 2001 From: stairman06 <36215135+stairman06@users.noreply.github.com> Date: Mon, 23 May 2022 23:53:28 -0500 Subject: [PATCH] Mobile category overlap fix (#495) * mobile spacing fix * slightly less spacing --- components/ui/ProjectCard.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/ui/ProjectCard.vue b/components/ui/ProjectCard.vue index 3617bfa18..8d02ad632 100644 --- a/components/ui/ProjectCard.vue +++ b/components/ui/ProjectCard.vue @@ -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; }