From e3cf941e3bc777802851c1aaf621a7740e9ddc63 Mon Sep 17 00:00:00 2001 From: Sequoia Haynes Date: Fri, 20 Sep 2024 17:14:05 -0700 Subject: [PATCH] consistent button sizes --- css/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index d703da1..606b48c 100644 --- a/css/index.css +++ b/css/index.css @@ -122,7 +122,9 @@ button:hover { box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); z-index: 1; } - +.filter-button { + min-width: 200px; +} .dropdown-content a { color: black; padding: 12px 16px;