Skip to content

Commit

Permalink
Merge pull request #16 from kovarike/website-feature
Browse files Browse the repository at this point in the history
update 1
  • Loading branch information
kovarike authored Sep 10, 2024
2 parents 2f7bec7 + 9975f49 commit ae39ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/algorithms/src/components/containerfull.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ interface ContainerProps {

export function ContainerFull({ children }: ContainerProps) {
return (
<div className="w-full px-4 sm:px-6 md:px-8 lg:px-10 xl:px-12 mx-auto max-w-7xl bg-zinc-950 text-white">
<div className="w-full h-full px-4 sm:px-6 md:px-8 lg:px-10 xl:px-12 mx-auto max-w-7xl bg-zinc-950 text-white">
{children}
</div>
);
Expand Down

0 comments on commit ae39ecd

Please sign in to comment.