aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/center
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-07-01 21:07:33 +0800
committercrupest <crupest@outlook.com>2021-07-01 21:07:33 +0800
commit1529ff7af061c8ba784cccacc17f951c32a73261 (patch)
treefb1da397eaf1dee1f4810be7238cf5a449818eae /FrontEnd/src/views/center
parenteb306e98fb94fdfbced7b7e91ffb3d85ecb28c2c (diff)
downloadtimeline-1529ff7af061c8ba784cccacc17f951c32a73261.tar.gz
timeline-1529ff7af061c8ba784cccacc17f951c32a73261.tar.bz2
timeline-1529ff7af061c8ba784cccacc17f951c32a73261.zip
feat: Improve center search bar.
Diffstat (limited to 'FrontEnd/src/views/center')
-rw-r--r--FrontEnd/src/views/center/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/center/index.tsx b/FrontEnd/src/views/center/index.tsx
index 77bb6ec8..d226e63c 100644
--- a/FrontEnd/src/views/center/index.tsx
+++ b/FrontEnd/src/views/center/index.tsx
@@ -23,7 +23,7 @@ const HomePage: React.FC = () => {
<>
<div className="container">
<div className="row my-3 justify-content-center">
- <div className="col col-12 col-sm-8 col-lg-6">
+ <div className="col col-12 col-md-8">
<SearchInput
className="justify-content-center"
value={navText}