From 10eef5e4a88dfb4bc14cb153533c5df56b849280 Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 18 Apr 2023 10:59:51 -0300 Subject: [PATCH] =?UTF-8?q?hacer=20que=20los=20botones=20sean=20m=C3=A1s?= =?UTF-8?q?=20grandes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app.css b/src/app.css index 36c0487..7924ea9 100644 --- a/src/app.css +++ b/src/app.css @@ -46,3 +46,7 @@ a { --accent-fg: #94a3b8; } } + +button { + padding: 0.5em 1em; +}