Skip to content

Commit

Permalink
Apply proper align-items to tabs on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLeiter committed Jan 13, 2023
1 parent f5e2fd3 commit acfcc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(posts)/components/tabs/tabs.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
.listWrapper {
flex-direction: column;
justify-content: flex-start;

align-items: flex-start;
}
}

1 comment on commit acfcc04

@vercel
Copy link

@vercel vercel bot commented on acfcc04 Jan 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.