Skip to content

Commit

Permalink
fix homepage web browser alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
raspberri05 committed Oct 6, 2024
1 parent 1007528 commit 7ecf13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Default from "../layouts/Default.astro";

<Default title="Home">
<div
class="flex flex-col h-[75vh] text-center justify-center items-center pr-10"
class="flex flex-col h-[75vh] text-center justify-center items-center pr-10 md:pr-0"
>
<div class="text-[5rem]">Naya Singhania</div>
<h1>CS @ SJSU | Fullstack Developer</h1>
Expand Down

0 comments on commit 7ecf13b

Please sign in to comment.