Skip to content

Commit c9af9d7

Browse files
authored
slight changes is Nav bar
1 parent 1bce522 commit c9af9d7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.html

+9-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@
2424
<body class="bg-white min-h-screen">
2525
<!-- Navigation Bar -->
2626
<nav class="gradient-nav shadow-lg nav-fixed">
27-
<div class="container mx-auto px-6 py-3">
27+
<div class="container mx-auto px-6 py-3" style="
28+
padding-bottom: 0px;
29+
margin-bottom: 0px;
30+
margin-left: 0px;
31+
margin-right: 0px;
32+
padding-top: 0px;
33+
padding-left: 20px;
34+
padding-right: 20px;
35+
">
2836
<div class="flex items-center justify-between">
2937
<div class="flex items-center">
3038
<img src="WHITE-No-bg.png"

0 commit comments

Comments
 (0)