aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/home/BoardWithoutUser.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-12-19 22:15:05 +0800
committercrupest <crupest@outlook.com>2020-12-19 22:15:05 +0800
commit898f7bf50243cc6f25b9368b873c8bdcd230400e (patch)
treef04fa9df96abca7e5fee1f401da8ff3893416635 /FrontEnd/src/app/views/home/BoardWithoutUser.tsx
parent36c25327415441d32c4a3535b919704be3ddd36e (diff)
downloadtimeline-898f7bf50243cc6f25b9368b873c8bdcd230400e.tar.gz
timeline-898f7bf50243cc6f25b9368b873c8bdcd230400e.tar.bz2
timeline-898f7bf50243cc6f25b9368b873c8bdcd230400e.zip
...
Diffstat (limited to 'FrontEnd/src/app/views/home/BoardWithoutUser.tsx')
-rw-r--r--FrontEnd/src/app/views/home/BoardWithoutUser.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/src/app/views/home/BoardWithoutUser.tsx b/FrontEnd/src/app/views/home/BoardWithoutUser.tsx
index ad88af7a..d9c7fcf4 100644
--- a/FrontEnd/src/app/views/home/BoardWithoutUser.tsx
+++ b/FrontEnd/src/app/views/home/BoardWithoutUser.tsx
@@ -12,13 +12,13 @@ const BoardWithoutUser: React.FC = () => {
return (
<Row className="my-3 justify-content-center">
- <Col sm="6" lg="5">
+ <Col xs="12" md="6">
<TimelineBoard
title={t("home.highlightTimeline")}
load={() => getHttpHighlightClient().list()}
/>
</Col>
- <Col sm="8" lg="6">
+ <Col xs="12" md="6" className="my-3 my-md-0">
<TimelineBoard
title={t("home.publicTimeline")}
load={() =>