This commit is contained in:
@@ -4,6 +4,6 @@ type Props = { children: React.ReactNode }
|
||||
|
||||
|
||||
export default ({ children }: Props) => (
|
||||
<div className="w-64 bg-gray-100 p-4 border-r border-gray-200 h-full">
|
||||
<div className="p-4 w-full md:w-64 md:h-full">
|
||||
{children}
|
||||
</div>)
|
||||
|
||||
Reference in New Issue
Block a user