From c89eff050e8113860d23f42c314aef3aee3e6600 Mon Sep 17 00:00:00 2001 From: Joli Holmes Date: Sat, 26 Oct 2024 09:11:14 -0700 Subject: [PATCH] updated styles --- style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 8401997..c0f62f7 100644 --- a/style.css +++ b/style.css @@ -20,11 +20,6 @@ h1 { margin: 30px 10px; } -p { - padding: 10px; - font-size: 10pt; -} - button { background: #FFFFFF; border: 2px solid #E93C8F; @@ -49,6 +44,12 @@ button:hover { flex: 1 0 15%; display: flex; flex-direction: column; + padding: 1rem; + + p { + text-align: left; + font-size: 12pt; + } } #chart {