From 972369b5d20112b7f5993c6d3a2101e46d5e97de Mon Sep 17 00:00:00 2001 From: HarshVT8999 <74756717+HarshVT8999@users.noreply.github.com> Date: Thu, 26 Aug 2021 20:35:11 +0530 Subject: [PATCH] Changed Font Size of the logo --- ihatemoney/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index 75478fbf..42e7b3cc 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -28,7 +28,7 @@ body { } .navbar-brand { font-family: "Lobster", arial, serif; - font-size: 2rem; + font-size: 1.9rem; } @media (min-width: 992px) {