Skip to content

Commit

Permalink
fix icons position
Browse files Browse the repository at this point in the history
  • Loading branch information
reigj1 committed Sep 26, 2024
1 parent acca4c3 commit 67f466c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/pages/ai.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ let result = model.run(
className=" w-[120%] sm:w-7/10 md:w-[85%]
absolute
bottom-0
translate-y-[110%] translate-x-[-10%] md:translate-y-[45%] md:translate-x-[55%]
sm:translate-y-[80%] sm:translate-x-[20%]
select-none
Expand Down
12 changes: 6 additions & 6 deletions src/pages/enterprise.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ function EnterprisePage() {
<img
src="/img/enterprise/development-costs-2.svg"
alt=""
className="w-24 md:w-30"
className="w-24 md:w-30 ml-0 mr-auto"
/>
<h3 className="mt-4 md:mt-6 mb-2 tw-heading-5">
Secure inter-org workflows
Expand All @@ -344,7 +344,7 @@ function EnterprisePage() {
<img
src="/img/enterprise/digital-identity.svg"
alt=""
className="w-24 md:w-30"
className="w-24 md:w-30 ml-0 mr-auto"
/>
<h3 className="mt-4 md:mt-6 mb-2 tw-heading-5">
Digital identity layer
Expand All @@ -358,7 +358,7 @@ function EnterprisePage() {
<img
src="/img/enterprise/loyalty-programs.svg"
alt=""
className="w-24 md:w-30"
className="w-24 md:w-30 ml-0 mr-auto"
/>
<h3 className="mt-4 md:mt-6 mb-2 tw-heading-5">
Tokenized reward programs
Expand All @@ -372,7 +372,7 @@ function EnterprisePage() {
<img
src="/img/enterprise/secure-sharing.svg"
alt=""
className="w-24 md:w-30"
className="w-24 md:w-30 ml-0 mr-auto"
/>
<h3 className="mt-4 md:mt-6 mb-2 tw-heading-5">
Verifiable credentials
Expand All @@ -386,7 +386,7 @@ function EnterprisePage() {
<img
src="/img/enterprise/ownership.svg"
alt=""
className="w-24 md:w-30"
className="w-24 md:w-30 ml-0 mr-auto"
/>
<h3 className="mt-4 md:mt-6 mb-2 tw-heading-5">
Simple self-custody
Expand All @@ -400,7 +400,7 @@ function EnterprisePage() {
<img
src="/img/enterprise/supply-chain.svg"
alt=""
className="w-24 md:w-30"
className="w-24 md:w-30 ml-0 mr-auto"
/>
<h3 className="mt-4 md:mt-6 mb-2 tw-heading-5">Supply chain</h3>
<p className="tw-paragraph mb-0">
Expand Down
4 changes: 2 additions & 2 deletions src/pages/icp-tokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ function TokenHolders(): JSX.Element {
src="/img/showcase/icdex_logo.webp"
loading="lazy"
alt=""
className="w-20 h-20"
className="w-20 h-20 ml-0 mr-auto"
></img>
<h3 className="tw-heading-5 mb-2 mt-8">ICDex</h3>
<p className="tw-lead-sm mb-0 text-black/60">
Expand All @@ -458,7 +458,7 @@ function TokenHolders(): JSX.Element {
src="/img/showcase/icpswap_logo.webp"
loading="lazy"
alt=""
className="w-20 h-20"
className="w-20 h-20 ml-0 mr-auto"
></img>
<h3 className="tw-heading-5 mb-2 mt-8">ICP.Swap</h3>
<p className="tw-lead-sm mb-0 text-black/60">
Expand Down

0 comments on commit 67f466c

Please sign in to comment.