Skip to content

Commit

Permalink
fix: padding meeting text to desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdeus committed Dec 9, 2024
1 parent 14c3f48 commit 5396388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@apply flex-col md:grid md:grid-cols-[auto_1fr_1fr] items-center md:gap-0 border-4 border-background rounded overflow-hidden;

> *:nth-child(2) {
@apply p-4 md:p-0;
@apply p-4;

&:not(:last-child) {
@apply col-span-2 md:col-auto order-2 md:order-1;
Expand Down

0 comments on commit 5396388

Please sign in to comment.