Skip to content

Commit afeb1f1

Browse files
committed
fix center alignment of tokenomics, validator network, and team sections
1 parent f948c01 commit afeb1f1

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

src/lib/components/OrcfaxTeam.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
];
7474
</script>
7575

76-
<div class="bg-primary w-full px-6 lg:max-w-7xl lg:px-8 flex flex-col items-center">
76+
<div class="bg-primary w-full mx-auto px-6 lg:max-w-7xl lg:px-8 flex flex-col items-center">
7777
<div class="mx-auto flex flex-col items-center max-w-7xl gap-10 xl:grid-cols-3">
7878
<div class="max-w-xl">
7979
<h2

src/lib/components/Tokenomics.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import FactToken from "$lib/components/FactToken.svelte";
66
</script>
77

8-
<div class="bg-primary w-full px-6 lg:max-w-7xl lg:px-8 flex flex-col items-center">
8+
<div class="bg-primary w-full mx-auto px-6 lg:max-w-7xl lg:px-8 flex flex-col items-center">
99
<div class="mx-auto max-w-3xl lg:text-center">
1010
<h1 class="mt-2 text-5xl lg:text-6xl font-bold font-mulish text-secondary text-center">
1111
Tokenomics

src/lib/components/ValidatorNetwork.svelte

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
<script lang="ts">
2-
import { preventDefault } from "svelte/legacy";
3-
42
import Copy from "./icons/Copy.svelte";
53
import Copying from "./icons/Copying.svelte";
64
import Link from "$lib/components/Link.svelte";
75
import ValidatorLicenseNFT from "$lib/components/ValidatorLicenseNFT.svelte";
8-
9-
import TokenDistributionChart from "$lib/components/TokenDistributionChart.svelte";
106
import LogoLinkGroup from "$lib/components/LogoLinkGroup.svelte";
117
import TruncatedText from "$lib/components/TruncatedText.svelte";
128
@@ -22,7 +18,7 @@
2218
}
2319
</script>
2420

25-
<div class="bg-primary w-full px-6 lg:max-w-7xl lg:px-8 flex flex-col items-center">
21+
<div class="bg-primary w-full mx-auto px-6 lg:max-w-7xl lg:px-8 flex flex-col items-center">
2622
<div class="mx-auto max-w-3xl lg:text-center">
2723
<h1 class="mt-2 text-5xl lg:text-6xl font-bold font-mulish text-secondary text-center">
2824
Validator Network

0 commit comments

Comments
 (0)