aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/home/BoardWithoutUser.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-03 23:37:28 +0800
committercrupest <crupest@outlook.com>2020-11-03 23:37:28 +0800
commitc2d6a21c049d0f4f8b64a33eb60de7271465692c (patch)
tree10011c83492bb3a960d697a090fa6e68471d9d41 /FrontEnd/src/app/views/home/BoardWithoutUser.tsx
parent834252732a5ff22c3bc8c30b9aa7a4027ca541b9 (diff)
downloadtimeline-c2d6a21c049d0f4f8b64a33eb60de7271465692c.tar.gz
timeline-c2d6a21c049d0f4f8b64a33eb60de7271465692c.tar.bz2
timeline-c2d6a21c049d0f4f8b64a33eb60de7271465692c.zip
feat: Enhance home page layout.
Diffstat (limited to 'FrontEnd/src/app/views/home/BoardWithoutUser.tsx')
-rw-r--r--FrontEnd/src/app/views/home/BoardWithoutUser.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/home/BoardWithoutUser.tsx b/FrontEnd/src/app/views/home/BoardWithoutUser.tsx
index ebfddb50..7e30f799 100644
--- a/FrontEnd/src/app/views/home/BoardWithoutUser.tsx
+++ b/FrontEnd/src/app/views/home/BoardWithoutUser.tsx
@@ -34,7 +34,7 @@ const BoardWithoutUser: React.FC = () => {
}, [publicTimelines]);
return (
- <Row className="my-2 justify-content-center">
+ <Row className="my-3 justify-content-center">
{publicTimelines === "offline" ? (
<Col sm="8" lg="6">
<OfflineBoard