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 {