Responsive #61

Merged
LucidKobold merged 11 commits from responsive into main 2022-06-17 17:18:18 -04:00
5 changed files with 44 additions and 34 deletions
Showing only changes of commit a3156a1b7a - Show all commits

View File

@@ -13,7 +13,7 @@ const IndexPage = (): JSX.Element => {
});
return (
<Box textAlign="center" w="100%" h="auto" pt="50px" pb="10vh">
<Box textAlign="center" w="100%" h="auto" pt="50px" pb="10vh" minWidth="min-content">
<Provider store={store}>
<Calender {...date.current} />
</Provider>