Skip to content

Commit

Permalink
feat(web): styling adjusment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed May 27, 2024
1 parent f9849cb commit 76b14ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export function Footer() {
return (
<footer
className={cn(
"flex flex-wrap items-center justify-center border-t-2 sm:mx-16 sm:px-4",
"flex flex-wrap items-center justify-center border-t-2 py-2 sm:mx-16 sm:px-4 sm:py-0",
isAdmin && !collapsed ? "lg:justify-between" : "sm:justify-between",
{
"sm:justify-between": collapsed,
Expand Down

0 comments on commit 76b14ac

Please sign in to comment.