Skip to content

Commit 16992ed

Browse files
committed
center search text
1 parent 5878887 commit 16992ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/pages/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const Hero = ({children, color}) => {
4949
}}>
5050
<div style={{display: 'flex', float: 'left', margin: 0, marginRight: '8px'}}><IconLightning
5151
iconWidth={'24px'}/></div>
52-
<div>Quick Start</div>
52+
<div>Quick start</div>
5353
</div>
5454
<div>Get started with Cloud</div>
5555
</a>
@@ -93,7 +93,7 @@ export const HomePageOptionButton = ({children, icon, iconWidth, svgIcon, link})
9393
export const SearchClickHouse = ({children, color}) => {
9494
return (
9595
<div className='home-page-section-search'>
96-
<p style={{fontWeight: '600', fontSize: '18px', margin: 'auto', flex: '1'}}>Search documentation</p>
96+
<p style={{fontWeight: '600', fontSize: '18px', marginTop: '1.5rem', flex: '1'}}>Search documentation</p>
9797
<div className='home-page-hero-right-search'>
9898
<SearchBar style="width: 75%"/>
9999
</div>
@@ -175,10 +175,10 @@ export const DeployClickHouse = ({children, color}) => {
175175
<HomePageOptionButton svgIcon={<IconCloud iconWidth='28px'/>}
176176
link='https://clickhouse.com/cloud'>Cloud</HomePageOptionButton>
177177
<HomePageOptionButton svgIcon={<IconSingleNode iconWidth='28px'/>}
178-
link='/docs/architecture/introduction'>Node Deployment</HomePageOptionButton>
178+
link='/docs/architecture/introduction'>Node deployment</HomePageOptionButton>
179179
<HomePageOptionButton svgIcon={<IconCluster iconWidth='28px'/>}
180180
link='/docs/architecture/cluster-deployment'>Cluster
181-
Deployment</HomePageOptionButton>
181+
deployment</HomePageOptionButton>
182182
</div>
183183
</div>
184184
)
@@ -199,7 +199,7 @@ export const MoreResources = ({children, color}) => {
199199
link='/docs/whats-new/changelog'>Changelog</HomePageOptionButton>
200200
<HomePageOptionButton svgIcon={<IconDatasets iconWidth='28px'/>}
201201
link='/docs/getting-started/example-datasets'>Sample
202-
Datasets</HomePageOptionButton>
202+
datasets</HomePageOptionButton>
203203
</div>
204204
</div>
205205
</div>

0 commit comments

Comments
 (0)