From 62dbe404a2d5aad4ba10307365545b1edec259b3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 3 Jun 2024 17:36:39 -0400 Subject: [PATCH] adjust nav icon size --- common/static/scss/_header.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/common/static/scss/_header.scss b/common/static/scss/_header.scss index bc4f397b..de1320cb 100644 --- a/common/static/scss/_header.scss +++ b/common/static/scss/_header.scss @@ -148,7 +148,10 @@ body { } .nav-links li.small-only { - font-size: 150%; + >.search-btn { + font-size: 125%; + margin-top: 0.2em; + } a { color: var(--pico-secondary); }