1
0
Fork 0

fix(org): Hide mobile teampicker on sm and up

This commit is contained in:
Joost De Cock 2022-05-29 17:47:30 +02:00
parent 0176d35c7a
commit a23723c6b6

View file

@ -60,7 +60,7 @@ const DefaultLayout = ({ app, title=false, children=[] }) => {
return ( return (
<div className="m-auto flex flex-row justify-center"> <div className="m-auto flex flex-row justify-center">
<Aside app={app} slug={slug} before={<ThemePicker app={app}/>}/> <Aside app={app} slug={slug} before={<ThemePicker app={app} className="block sm:hidden"/>}/>
<section className="py-28 md:py-36"> <section className="py-28 md:py-36">
<div> <div>
{title && ( {title && (