From fcdb20e69f2775bc014e4a2e76f721924e260c72 Mon Sep 17 00:00:00 2001 From: cami Date: Sun, 4 Jul 2021 21:40:27 +0200 Subject: [PATCH] Made the font size of buttons more flexible --- frontend/src/components/Button.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Button.css b/frontend/src/components/Button.css index 658d265..cbd63e3 100644 --- a/frontend/src/components/Button.css +++ b/frontend/src/components/Button.css @@ -23,12 +23,12 @@ .btn--medium { padding: 8px 20px; - font-size: 18px; + font-size: 1.2em; } .btn--large { padding: 12px 26px; - font-size: 20px; + font-size: 1.3em; } .btn--large:hover,