Skip to content

Commit

Permalink
Minor changes for styling of footer button and explorer now shows all…
Browse files Browse the repository at this point in the history
… available pages
  • Loading branch information
pxor committed Jan 19, 2024
1 parent 2ab9675 commit 9f1ad97
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class="bg-gradient-to-b from-[#1A1739] via-[#363571] to-[#A8C5EB] text-white flex justify-between items-center center"
>
<div class="container flex flex-col md:items-start items-center h-full md:px-6 ">
<div class="flex lg:flex-row flex-col items-center justify-between space-x-16">
<div class="flex lg:flex-row flex-col items-center justify-between lg:space-x-16">
<div class="flex flex-col">
<h1 class="text-start font-bold mb-4 leading-tight">
Scaling Trust,<br> <span class="spanh1" style="color: #8FD3FE;">the Interchain Interoperability Layer</span>
Expand Down
4 changes: 2 additions & 2 deletions website/src/routes/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<div class="flex md:flex-row flex-col px-4 container justify-between center mb-14 mt-8">
<div class="text-white text-2xl pb-6">DendrETH</div>
<div class="flex flex-col md:flex-row md:space-x-12" style="align-items: top;">
<div class="flex flex-col space-y-6 mb-5">
<div class="flex flex-col space-y-6 mb-5 justify-self-end">
<h2 class="text-lg font-semibold">Products</h2>
<a href="/" class="text-sm text-white hover:text-gray-300">DendrETH</a>
<a href="#" class="text-sm text-white hover:text-gray-300">Dashboard</a>
<a href="/demo" class="text-sm text-white hover:text-gray-300">DendrETH Wallet Demo</a>
</div>
<div class="flex flex-col space-y-6 mb-5">
<h2 class="text-lg font-bold">Company</h2>
<a href="#" class="text-sm text-white hover:text-gray-300 hover:no-underline">Careers <span class="bg-[#ABC57D] text-white rounded-md px-2 py-1.5 hover:underline">We're hiring</span></a>
<a href="#" class="text-sm text-white hover:text-gray-300 hover:no-underline">Careers <span class="bg-[#363571] text-white rounded-md px-2 py-1.5 hover:underline">We're hiring</span></a>
</div>
<div class="flex flex-col space-y-6">
<h2 class="text-lg font-bold">Developers</h2>
Expand Down
2 changes: 1 addition & 1 deletion website/src/routes/explorer/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
</TableSearch>
<div class="flex flex-row justify-end items-center">
<div class="text-white mr-2">
Page {currentPage}
Page {currentPage} of {totalPages}
</div>
<button
class="rounded-md bg-[#121316] text-white mx-1 p-1 px-4 border border-white pagination-button hover:bg-[#393939]"
Expand Down
2 changes: 1 addition & 1 deletion website/src/routes/explorer/[nonce]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@

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

0 comments on commit 9f1ad97

Please sign in to comment.