Skip to content

Commit

Permalink
Update AboutOverlay.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfox committed Jul 25, 2024
1 parent 28f6495 commit 6badde9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/AboutOverlay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<transition name="about-fade">
<div v-if="showAboutOverlay" class="search-overlay">
<div
class="bg-neutral-950/50 backdrop fixed inset-0 flex flex-col gap-8 items-center justify-center z-[10] sm:px-8 px-8 md:px-16 lg:px-32 xl:px-64 2xl:px-96"
class="bg-neutral-950/50 backdrop fixed inset-0 flex flex-col gap-8 items-center justify-center z-[10] px-2 md:px-16 lg:px-32 xl:px-64 2xl:px-96"
>
<!-- SEARCH -->
<div
class="flex flex-col gap-20 p-8 bg-white rounded-sm glass-shadow border border-neutral-100 w-full"
class="flex flex-col gap-20 px-4 py-8 lg:p-8 bg-white mt-32 lg:mt-0 rounded-sm glass-shadow border border-neutral-100 w-full"
>
<div class="flex flex-col w-full px-2 md:px-8 gap-8">
<div class="flex w-full justify-between">
Expand Down

0 comments on commit 6badde9

Please sign in to comment.