Skip to content

Commit

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

0 comments on commit d8ba333

Please sign in to comment.