From bc0550d832a4bbf9e7214a58474527e0726ddd27 Mon Sep 17 00:00:00 2001 From: Jainav Date: Wed, 3 Jun 2026 06:02:24 +0530 Subject: [PATCH] Increase font size in nav to 20px --- final/03-CSS-Fundamentals/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/final/03-CSS-Fundamentals/style.css b/final/03-CSS-Fundamentals/style.css index c879e79d2..4a7b74323 100644 --- a/final/03-CSS-Fundamentals/style.css +++ b/final/03-CSS-Fundamentals/style.css @@ -31,7 +31,7 @@ body { } nav { - font-size: 18px; + font-size: 20px; /* text-align: center; */ }