diff options
author | crupest <crupest@outlook.com> | 2020-09-03 19:19:50 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-09-03 19:19:50 +0800 |
commit | 47677c0bcc3ef8c582fb212b473d2aad1abd7132 (patch) | |
tree | d675af754cefc6113607e9f5b3efd3ceb150de4b /Timeline/ClientApp/src/app/views/home/index.tsx | |
parent | b4d1ad9c17580bee2f862b16499b1e9048c3ee93 (diff) | |
download | timeline-47677c0bcc3ef8c582fb212b473d2aad1abd7132.tar.gz timeline-47677c0bcc3ef8c582fb212b473d2aad1abd7132.tar.bz2 timeline-47677c0bcc3ef8c582fb212b473d2aad1abd7132.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.tsx | 4 |
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} |