From 5898c17ec70358e3588122bbed1c0fd4045a4387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Pereira?= Date: Fri, 1 Jul 2022 19:26:25 -0300 Subject: [PATCH] css changes --- src/components/Card/VCard.vue | 2 +- src/modules/otus/components/Citation/CitationList.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Card/VCard.vue b/src/components/Card/VCard.vue index 315bfda..dc7e884 100644 --- a/src/components/Card/VCard.vue +++ b/src/components/Card/VCard.vue @@ -1,5 +1,5 @@ \ No newline at end of file diff --git a/src/modules/otus/components/Citation/CitationList.vue b/src/modules/otus/components/Citation/CitationList.vue index be838ce..52a937e 100644 --- a/src/modules/otus/components/Citation/CitationList.vue +++ b/src/modules/otus/components/Citation/CitationList.vue @@ -11,7 +11,7 @@ v-for="citation in citations" :key="citation.id" :citation="citation" - class="flex justify-start border-b p-3 pl-0 last:border-b-0 dark:border-b-slate-700" + class="flex justify-start border-b-2 p-3 pl-0 last:border-b-0 dark:border-b-slate-700" />