generated from dwd/boilarplate-astro-tailwind
major change
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<div>
|
||||
<nav>
|
||||
<div class="logo">
|
||||
<!-- <img class="w-[50px] rounded-full drop-shadow-2xl p-0.5 animate-[spin_3s_ease]" src="/img/logo.svg" alt="" /> -->
|
||||
<a href="/"><img class="w-[50px] border-2 border-white shadow-sm shadow-white rounded-full drop-shadow-2xl p-0.5 animate-[spin_3s_ease]" src="/img/barta.png" alt="Barta Logo" /></a>
|
||||
<!-- <img class="w-[50px] rounded-full drop-shadow-2xl p-0.5 animate-[spin_3s_ease]" src="/img/logo.svg" alt="" /> animate-[bounce_3s_ease] -->
|
||||
<a href="/"><img class=" border-2 rounded-md border-white shadow-md shadow-white drop-shadow-2xl " src="/img/barta_logo.png" alt="Barta Logo" /></a>
|
||||
</div>
|
||||
<div class="hamburger">
|
||||
<div class="line1"></div>
|
||||
@@ -17,7 +17,7 @@
|
||||
<li><a href="/local">Local</a></li>
|
||||
<li><a href="/article">Article</a></li>
|
||||
<!-- <li><a href="/about-us">About</a></li> -->
|
||||
<li><a href="/contact-us">Contact</a></li>
|
||||
<li><a href="/contact">Contact</a></li>
|
||||
|
||||
<!-- <li><a href="/login">Login</a></li> -->
|
||||
<!-- <li><a href="/sign-up">Signup</a></li> -->
|
||||
@@ -76,7 +76,7 @@
|
||||
}
|
||||
.logo img {
|
||||
height: 5rem;
|
||||
width: 5rem;
|
||||
width: 8rem;
|
||||
}
|
||||
|
||||
/*Styling Links*/
|
||||
|
||||
Reference in New Issue
Block a user