Skip to content

Commit

Permalink
Fix CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintyre94 committed Mar 8, 2023
1 parent 6f82045 commit ef840d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContentContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const ContentContainer: FC = props => {
<div className="flex-1 drawer h-52">
{/* <div className="h-screen drawer drawer-mobile w-full"> */}
<input id="my-drawer" type="checkbox" className="grow drawer-toggle" />
<div className="items-center drawer-content">
<div className="items-center drawer-content h-full">
{props.children}
</div>

Expand Down

0 comments on commit ef840d7

Please sign in to comment.