Skip to content

Commit

Permalink
Slightly reduce gap between name and links on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisdoesstuff committed Sep 8, 2023
1 parent 6300548 commit 91d8b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="flex flex-col justify-center items-center w-screen h-screen bg-background text-text">
<div class="mt-auto flex flex-col lg:flex-row items-center justify-between w-full lg:w-1/5">
<div
class="flex flex-col justify-center items-center h-32 lg:h-64 w-1/2 border-b lg:border-b-0 lg:border-r border-primary"
class="flex flex-col justify-center items-center h-20 lg:h-64 w-1/2 border-b lg:border-b-0 lg:border-r border-primary"
>
<p
class="text-4xl font-bold text-accent hover:text-primary transition duration-300 cursor-default"
Expand Down

0 comments on commit 91d8b6a

Please sign in to comment.