Skip to content

Commit

Permalink
css style
Browse files Browse the repository at this point in the history
  • Loading branch information
cjtim committed Nov 3, 2023
1 parent aa31fb2 commit 8db67c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ButtonCenter from "./ButtonCenter.astro"
p-10 text-white"
>
<div
class="flex flex-wrap items-center gap-8 text-center md:text-left"
class="flex flex-wrap items-center justify-center gap-8 text-center md:text-left"
>
<img
src="/profile.jpeg"
Expand Down
4 changes: 2 additions & 2 deletions src/pages/projects/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ const allPosts =
class="w-full bg-gray-100 text-black"
>
<div
class="flex flex-col items-center
class="flex flex-col items-center
gap-4 bg-gradient-to-tr from-blue-500
to-red-400 p-8 text-white"
to-red-400 p-8 text-white text-center"
>
<h1
class="font-qsan text-5xl font-semibold"
Expand Down

1 comment on commit 8db67c8

@vercel
Copy link

@vercel vercel bot commented on 8db67c8 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.