From 88e6d5b62b414401ac50301e357ddd780493bd0f Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Tue, 20 Oct 2020 23:25:34 -0600 Subject: [PATCH] Add margin to buttons --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 78653d3..c799ab2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -175,7 +175,8 @@ input[type="text"]:focus { button { letter-spacing: var(--input-letter-spacing); font-family: var(--fonts); - font-size: 17px + font-size: 17px; + margin: 5px; } button:hover { background-color: var(--input-background-hover);