aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/views/home/index.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-09-03 19:19:50 +0800
committercrupest <crupest@outlook.com>2020-09-03 19:19:50 +0800
commit7d70d0270b5a070b754bca8e1d740c86fd9ac48d (patch)
treefedb8165f8ca8acdfeffc4eb3d9f1c6e48fed0a7 /Timeline/ClientApp/src/app/views/home/index.tsx
parentd845d9954efab4c15f7717cfefdf45aaf32bbd73 (diff)
downloadtimeline-7d70d0270b5a070b754bca8e1d740c86fd9ac48d.tar.gz
timeline-7d70d0270b5a070b754bca8e1d740c86fd9ac48d.tar.bz2
timeline-7d70d0270b5a070b754bca8e1d740c86fd9ac48d.zip
Enhance search bar in home page.
Diffstat (limited to 'Timeline/ClientApp/src/app/views/home/index.tsx')
-rw-r--r--Timeline/ClientApp/src/app/views/home/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/ClientApp/src/app/views/home/index.tsx b/Timeline/ClientApp/src/app/views/home/index.tsx
index 11672c10..760adcea 100644
--- a/Timeline/ClientApp/src/app/views/home/index.tsx
+++ b/Timeline/ClientApp/src/app/views/home/index.tsx
@@ -34,8 +34,8 @@ const HomePage: React.FC = () => {
return (
<>
<Container fluid>
- <Row>
- <Col>
+ <Row className="justify-content-center">
+ <Col xs={12} sm={10} md={8} lg={6}>
<SearchInput
className="justify-content-center"
value={navText}