Skip to content

Commit

Permalink
css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
José Luis Pereira committed Jul 1, 2022
1 parent 1780d46 commit 5898c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Card/VCard.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="shadow-sm bg-white print:shadow-none print:border-0 dark:bg-slate-800">
<div class="drop-shadow bg-white print:shadow-none print:border-0 dark:bg-slate-800 rounded">
<slot />
</div>
</template>
2 changes: 1 addition & 1 deletion src/modules/otus/components/Citation/CitationList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
</ul>
</VCardContent>
Expand Down

0 comments on commit 5898c17

Please sign in to comment.