From bb2c6fe9b11eec8b7d7073e98f8ce207758262d2 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:59:43 -0400 Subject: [PATCH] important toolbar padding (#284) --- Client/src/styles/_themed-parts.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Client/src/styles/_themed-parts.scss b/Client/src/styles/_themed-parts.scss index 7ca95454..b3321923 100644 --- a/Client/src/styles/_themed-parts.scss +++ b/Client/src/styles/_themed-parts.scss @@ -29,9 +29,10 @@ max-width: $maxwidth; margin-left: auto; margin-right: auto; - padding: 0 8px; + padding: 0 8px !important; a { + font-family: "Google Sans", Roboto, Arial, Helvetica, sans-serif; text-decoration: none; color: inherit;