From 60cb648734560c4e922bd5027af25ea808fce63f Mon Sep 17 00:00:00 2001 From: Brandon Barricklow <93355413+BLBarricklow@users.noreply.github.com> Date: Sun, 8 May 2022 23:55:23 -0700 Subject: [PATCH] fix(client): remove duplicate css properties (#45891) --- client/src/templates/Introduction/intro.css | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/templates/Introduction/intro.css b/client/src/templates/Introduction/intro.css index 75119a1cb62..00b77ca38c5 100644 --- a/client/src/templates/Introduction/intro.css +++ b/client/src/templates/Introduction/intro.css @@ -356,7 +356,6 @@ button.map-title { border: none; text-align: left; width: 100%; - padding: 0; cursor: pointer; padding: 18px 15px; }