From 054cba74ea0d6518e6617a43ef3a2070bf443b71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Maniaci?= Date: Sun, 17 Jan 2021 22:11:07 +0000 Subject: [PATCH] css: add some margin around the buttons --- app/views/components/_button.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/components/_button.html.haml b/app/views/components/_button.html.haml index bffe02e..9cad938 100644 --- a/app/views/components/_button.html.haml +++ b/app/views/components/_button.html.haml @@ -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