Skip to content

Commit

Permalink
chore: style improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeoui committed Apr 17, 2024
1 parent cc6f4a6 commit 1abdc2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/section/projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { config } from "@/config/site";
config.projects.map((p) => (
<li>
<a href={p.link} target="_blank">
<span class="underline hover:text-primary font-bold">{p.title}</span>
<span class="hover:text-primary font-bold">{p.title}</span>
</a>
- {p.description}
</li>
Expand Down
3 changes: 2 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import { config } from "@/config/site";
<div class="py-4"></div>
</div>
<div class="grow min-w-32 min-h-4"></div>
<div class="order-first md:order-last md:text-right">

<div class="order-first md:order-last md:text-right md:min-w-60">
<div class="flex md:block">
<EmailLink />

Expand Down

0 comments on commit 1abdc2a

Please sign in to comment.