Skip to content

Commit

Permalink
Fix spacing between PDF button and DOI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaglam committed May 27, 2024
1 parent 4733fa3 commit b64b078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PublicationLinkComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<b>{{ publicationLink.title }}</b> <br />
{{ publicationLink.authors.join(', ') }} <br />
<i>{{ publicationLink.venue }}</i>, {{ publicationLink.year }} <br />
<button class="border rounded-sm border-black px-2 mt-1">
<button class="border rounded-sm border-black px-2 mt-1 mr-2">
PDF
</button>
<i>{{ publicationLink.doi }}</i>
Expand Down

0 comments on commit b64b078

Please sign in to comment.