From e30650a93123897488ff33cdd562f72c17d4e7df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Thu, 8 Dec 2022 14:53:07 +0100 Subject: [PATCH] fix: button styling --- src/components/SVGContent.svelte | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/SVGContent.svelte b/src/components/SVGContent.svelte index e644b0b..3f431bf 100644 --- a/src/components/SVGContent.svelte +++ b/src/components/SVGContent.svelte @@ -699,10 +699,12 @@ font-size: 1.5rem; transform: translateX(-50%); padding: 1rem 2rem; - margin-bottom: 0.5rem; + margin-bottom: 10px; background: #fefefe; border-radius: 1rem; cursor: pointer; + border: 1px solid rgba(0, 0, 0, 0.5); + box-shadow: 0 6px 3px rgba(0, 0, 0, 0.33); } .dev {