From e68092f6b59a55ab7d7cbc09eeb7fd9116994dfb Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Wed, 3 May 2023 16:59:13 +0200 Subject: [PATCH] Enlarge nav menu images --- app/assets/stylesheets/application.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 775b941..297fbd5 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -83,9 +83,14 @@ input:read-only:hover { height: 2.7rem; margin: 0.4rem 0; } +.nav-menu a svg { + height: 1.5rem; + padding-right: 0.4rem; + width: 1.5rem; +} .nav-menu .image-button { font-size: 0.9rem; - padding: 0.6rem 1rem; + padding: 0.5rem 0.8rem; } .nav-menu .right .image-button { float: right;