From 4c7017bcb09aebf787ee53aee74eeaa61ccef880 Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Sun, 19 Jun 2022 04:56:06 -0500 Subject: [PATCH] change icon sizing --- client/src/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/styles/app.css b/client/src/styles/app.css index ad7daae..9c83b53 100644 --- a/client/src/styles/app.css +++ b/client/src/styles/app.css @@ -267,7 +267,7 @@ li.item { background-color: var(--white_darker); } .menu-action > .icon { - margin: 1rem 1rem; + margin: 0.6rem 0.6rem; } .header-container {