Skip to content

Commit

Permalink
fix: Change gradient border css for demo and some minor resizing styl…
Browse files Browse the repository at this point in the history
…ing changes
  • Loading branch information
pxor committed Jan 19, 2024
1 parent 4767900 commit 0334d52
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 231 deletions.
5 changes: 3 additions & 2 deletions website/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
/>
</Button>
<Button
href="#"
href="/demo"
class="bg-transparent text-white text-xl hover:text-grey-300 hover:bg-transparent"
>
Wallet Demo →
Expand All @@ -69,7 +69,8 @@
.center {
padding: 30px 10% 100px 10%;
}
@media (max-width: 786px) {
@media (max-width: 1024px) {
.center {
padding: 30px 10% 30px 10%;
}
Expand Down
Loading

0 comments on commit 0334d52

Please sign in to comment.