Skip to content

Commit

Permalink
css: add some margin around the buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
freesteph committed Jan 17, 2021
1 parent 2e808a7 commit 054cba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/components/_button.html.haml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
%a.inline-block.transform.transition-all.hover:bg-white.hover:scale-105.hover:rotate-1.hover:text-black.text-gray-600.p-4.shadow-md.bg-gray-50.rounded-md{href: link}
%a.inline-block.transform.transition-all.hover:bg-white.hover:scale-105.hover:rotate-1.hover:text-black.text-gray-600.p-4.shadow-md.bg-gray-50.rounded-md.mr-4{href: link}
= text

0 comments on commit 054cba7

Please sign in to comment.