Skip to content

Commit 1cb9a03

Browse files
indexpagefix
1 parent c2a3afa commit 1cb9a03

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ import { TopicCard, TopicCardGrid } from '/snippets/topic-card-component.jsx';
741741
padding: '60px 40px',
742742
}}>
743743
{/* Introduction */}
744-
<section className="section-border" style={{ marginBottom: '80px', paddingBottom: '80px' }}>
744+
<section className="section-border" style={{ marginBottom: '25px', paddingBottom: '25px' }}>
745745
<h2 className="heading" style={{
746746
fontSize: '32px',
747747
fontWeight: '700',
@@ -750,7 +750,7 @@ import { TopicCard, TopicCardGrid } from '/snippets/topic-card-component.jsx';
750750
Introduction
751751
</h2>
752752
<div className="heading-underline" style={{
753-
width: '66.67%',
753+
width: '100%',
754754
height: '2px',
755755
background: 'currentColor',
756756
marginBottom: '20px',
@@ -780,7 +780,7 @@ import { TopicCard, TopicCardGrid } from '/snippets/topic-card-component.jsx';
780780
Get Started with the Cosmos Stack
781781
</h2>
782782
<div className="heading-underline" style={{
783-
width: '66.67%',
783+
width: '100%',
784784
height: '2px',
785785
background: 'currentColor',
786786
marginBottom: '20px',
@@ -897,7 +897,7 @@ import { TopicCard, TopicCardGrid } from '/snippets/topic-card-component.jsx';
897897
About the Stack
898898
</h2>
899899
<div className="heading-underline" style={{
900-
width: '66.67%',
900+
width: '100%',
901901
height: '2px',
902902
background: 'currentColor',
903903
marginBottom: '20px',
@@ -908,7 +908,7 @@ import { TopicCard, TopicCardGrid } from '/snippets/topic-card-component.jsx';
908908
className="content-card"
909909
style={{
910910
borderRadius: '12px',
911-
padding: '40px',
911+
padding: '20px 2px',
912912
marginBottom: '24px',
913913
transition: 'all 0.3s ease',
914914
transform: 'translateY(0)',
@@ -961,7 +961,7 @@ import { TopicCard, TopicCardGrid } from '/snippets/topic-card-component.jsx';
961961
className="content-card"
962962
style={{
963963
borderRadius: '12px',
964-
padding: '40px',
964+
padding: '20px 2px',
965965
marginBottom: '24px',
966966
transition: 'all 0.3s ease',
967967
transform: 'translateY(0)',
@@ -1007,7 +1007,7 @@ import { TopicCard, TopicCardGrid } from '/snippets/topic-card-component.jsx';
10071007
className="content-card"
10081008
style={{
10091009
borderRadius: '12px',
1010-
padding: '40px',
1010+
padding: '20px 2px',
10111011
marginBottom: '24px',
10121012
transition: 'all 0.3s ease',
10131013
transform: 'translateY(0)',
@@ -1053,7 +1053,7 @@ import { TopicCard, TopicCardGrid } from '/snippets/topic-card-component.jsx';
10531053
className="content-card"
10541054
style={{
10551055
borderRadius: '12px',
1056-
padding: '40px',
1056+
padding: '20px 2px',
10571057
transition: 'all 0.3s ease',
10581058
transform: 'translateY(0)',
10591059
cursor: 'default',
@@ -1111,7 +1111,7 @@ import { TopicCard, TopicCardGrid } from '/snippets/topic-card-component.jsx';
11111111
Maintainers and Contributors
11121112
</h2>
11131113
<div className="heading-underline" style={{
1114-
width: '66.67%',
1114+
width: '100%',
11151115
height: '2px',
11161116
background: 'currentColor',
11171117
marginBottom: '24px',
@@ -1146,7 +1146,7 @@ import { TopicCard, TopicCardGrid } from '/snippets/topic-card-component.jsx';
11461146
className="cta-button"
11471147
style={{
11481148
display: 'inline-block',
1149-
padding: '14px 28px',
1149+
padding: '14px 1px',
11501150
borderRadius: '8px',
11511151
textDecoration: 'none',
11521152
fontWeight: '600',

0 commit comments

Comments
 (0)