From 8de816b05dfd38c4848447adc331266ea851a451 Mon Sep 17 00:00:00 2001 From: HarshVT8999 <74756717+HarshVT8999@users.noreply.github.com> Date: Mon, 6 Sep 2021 10:51:20 +0530 Subject: [PATCH] Update the 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 42e7b3cc..13af3675 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: 1.9rem; + font-size: 1.5rem; } @media (min-width: 992px) {