Skip to content

Commit

Permalink
fix: Change styling of nonce detail page
Browse files Browse the repository at this point in the history
  • Loading branch information
pxor committed Jan 19, 2024
1 parent 0a365f0 commit 08d0f22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/routes/explorer/[nonce]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

{#if message && !isMobileView}
<div
class="center-details pb-0 text-white flex flex-col gap-8"
class="center-details text-white flex flex-col gap-8"
style="border-bottom: 1px solid #6F6F6F;"
>
<h2>Message Details for #{nonce}</h2>
Expand Down Expand Up @@ -85,7 +85,7 @@
</div>
{:else if message}
<div
class="center-details pb-0 text-white flex flex-col gap-8"
class="center-details text-white flex flex-col gap-8"
style="border-bottom: 1px solid #6F6F6F;"
>
<h2>Message Details for #{nonce}</h2>
Expand Down Expand Up @@ -162,7 +162,7 @@

<style>
.center-details {
padding: 30px 5% 25px 5%;
padding: 30px 5% 70px 5%;
}
h2 {
font-family: 'ChakraPetch';
Expand Down

0 comments on commit 08d0f22

Please sign in to comment.