From 569879757b364e3ad5e552e3cc173f5fbd6d8f6c Mon Sep 17 00:00:00 2001 From: Robi1403 Date: Sat, 28 Sep 2024 15:44:06 +0800 Subject: [PATCH] added some comment --- public/css/custom.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index 627b98f..8dd1f0c 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1,4 +1,4 @@ - +/* this custom code is for navbar */ @media screen and (max-width: 768px) { .navbar-nav.al { margin: 0; @@ -57,4 +57,6 @@ width: 16px; height: 16px; } -} \ No newline at end of file +} + +/* ends here */ \ No newline at end of file