We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bce522 commit c9af9d7Copy full SHA for c9af9d7
index.html
@@ -24,7 +24,15 @@
24
<body class="bg-white min-h-screen">
25
<!-- Navigation Bar -->
26
<nav class="gradient-nav shadow-lg nav-fixed">
27
- <div class="container mx-auto px-6 py-3">
+<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
+">
36
<div class="flex items-center justify-between">
37
<div class="flex items-center">
38
<img src="WHITE-No-bg.png"
0 commit comments