(feat:layout) Improve the layout for the launcher screen

This commit is contained in:
KingRainbow44
2023-11-24 14:00:00 +01:00
parent e036b0f2cc
commit 3c43ba04e3

View File

@@ -1,10 +1,12 @@
import NewsFeed from "@components/NewsFeed.tsx";
import InfoBoard from "@components/InfoBoard.tsx";
import "@css/layout/Launcher.scss";
function Launcher() {
return (
<div class={"Launcher_Announcements"}>
<div>
<div class={"Launcher"}>
<div class={"Launcher_Announcements"}>
<NewsFeed />
<InfoBoard />
</div>