diff --git a/src/views/home/home.module.css b/src/views/home/home.module.css index 3fad24ab..41f8f1d0 100644 --- a/src/views/home/home.module.css +++ b/src/views/home/home.module.css @@ -25,6 +25,10 @@ padding-bottom: 0.5em; } +.infoBox { + border: 1px solid black; +} + .boardsBox { overflow: hidden; min-height: 150px; diff --git a/src/views/home/home.tsx b/src/views/home/home.tsx index 1dc481b7..6a64cd3f 100644 --- a/src/views/home/home.tsx +++ b/src/views/home/home.tsx @@ -47,7 +47,7 @@ const SearchBar = () => { const InfoBox = () => { const { t } = useTranslation(); return ( -
+

{t('what_is_plebchan')}

diff --git a/src/views/post/post.module.css b/src/views/post/post.module.css index 14d3c20a..9767a21c 100644 --- a/src/views/post/post.module.css +++ b/src/views/post/post.module.css @@ -1,5 +1,5 @@ .content { - margin-bottom: 150px; + margin-bottom: 15px; overflow-x: hidden; }