From 20ad97693941aa1f85736cec5dde64abe2f76594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Sun, 24 Nov 2019 21:25:58 +0100 Subject: [PATCH] Increased letter spacing for button text --- src/components/ui/SeasonedButton.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/SeasonedButton.vue b/src/components/ui/SeasonedButton.vue index 165668a..172f125 100644 --- a/src/components/ui/SeasonedButton.vue +++ b/src/components/ui/SeasonedButton.vue @@ -31,7 +31,7 @@ export default { font-size: 11px; line-height: 2; height: 45px; - letter-spacing: 0.5px; + letter-spacing: 1.2px; padding: 5px 20px 4px 20px; margin: 0; margin-right: 0.3rem;