Skip to content

Commit eb94069

Browse files
update banner section
1 parent b784f3e commit eb94069

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

index.html

+5-8
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<header>
5252
<!-- Navbar section start -->
5353
<section class="container mx-auto px-4">
54-
<div class="navbar bg-base-100 px-0">
54+
<div class="navbar bg-base-100 px-0 my-2 md:my-12">
5555
<div class="navbar-start">
5656
<div class="dropdown">
5757
<div tabindex="0" role="button" class="btn btn-ghost lg:hidden">
@@ -111,7 +111,7 @@ <h2 class="text-xl md:text-4xl font-manrope text-primary-title font-extrabold">H
111111
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
112112
</svg>
113113
</button>
114-
<a class="btn text-primary-white font-manrope text-sm md:text-xl capitalize font-bold bg-primary-color">get ticket</a>
114+
<a class="btn btn-sm md:btn-md text-primary-white font-manrope text-sm md:text-xl capitalize font-bold bg-primary-color">get ticket</a>
115115
</div>
116116
</div>
117117

@@ -170,13 +170,10 @@ <h2 class="text-primary-white text-base font-manrope font-extrabold">Meet all th
170170
<!-- Header section end -->
171171

172172

173-
174-
175-
176-
177-
178173
<!-- Main section start -->
179-
<main></main>
174+
<main>
175+
176+
</main>
180177
<!-- Main section end -->
181178
<!-- Footer section start -->
182179
<footer></footer>

0 commit comments

Comments
 (0)