From cbc574d55e4010306e3e8c96b7066a96c99d47e8 Mon Sep 17 00:00:00 2001 From: uo264915 Date: Thu, 28 Mar 2024 01:34:09 +0100 Subject: [PATCH] cambios css --- webapp/src/components/MainPage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/components/MainPage.css b/webapp/src/components/MainPage.css index 71042b30..c210f19c 100644 --- a/webapp/src/components/MainPage.css +++ b/webapp/src/components/MainPage.css @@ -1,12 +1,12 @@ div[title="main"]{ display: grid; grid-template-columns: 1fr; - } div[title="main"]>button{ margin: 1em; - padding: 0.25em; + padding: 0.5em; background-color: rgba(31, 60, 134, 0.764); color: white; + font-size: 1em; } \ No newline at end of file