Skip to content

Commit

Permalink
fix to opacity, container sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Rebs committed Nov 23, 2022
1 parent cc6ef58 commit 35637bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
To learn more about how we made this see <a
class="text-cyan-500 font-bold"
href="/about">here</a
>
>.
</h3>

<p>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/about/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
background-animate
"
>
<div class="opacity-80 bg-white hover:opacity-100 px-6 py-6">
<div class="opacity-80 bg-white px-6 py-6 hover:opacity-100 transition-opacity">
<h2 class="text-lg">About</h2>

<p class="text-base">
Expand Down

1 comment on commit 35637bd

@vercel
Copy link

@vercel vercel bot commented on 35637bd Nov 23, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

mean-rice – ./

mean-rice-j-rebs.vercel.app
mean-rice-git-main-j-rebs.vercel.app
mean-rice.vercel.app

Please sign in to comment.