Skip to content

Commit

Permalink
remove: flex
Browse files Browse the repository at this point in the history
  • Loading branch information
FRLP authored Sep 1, 2024
1 parent d8ba333 commit e310286
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
import { Image } from 'astro:assets';
import transLogo from "../assets/TRANs.svg"
---
<div class="flex border drop-shadow-md p-2 bg-white opacity-90">
<div class="flex border drop-shadow-md p-4 bg-white opacity-90">
<div>
<a href="/">
<div class="text-bold flex gap-2 items-center">
<Image src={transLogo} alt="TRANs" class="h-8" />
</div>
<Image src={transLogo} alt="TRANs" class="h-8" />
</a>
</div>
</div>

0 comments on commit e310286

Please sign in to comment.