mirror of
https://github.com/MaggieAppleton/digital-gardeners.git
synced 2024-11-02 09:12:15 +01:00
sidebar tweak
This commit is contained in:
parent
5721add857
commit
2529c8b453
|
@ -3,7 +3,7 @@ import Sidemenu from "../components/Sidemenu";
|
|||
|
||||
function MyApp({ Component, pageProps }) {
|
||||
return (
|
||||
<div className="flex flex-row">
|
||||
<div className="flex flex-col sm:flex-row">
|
||||
<Sidemenu />
|
||||
<Component {...pageProps} />
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue