Skip to content

Commit

Permalink
Update tailwind.css
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio committed Dec 3, 2023
1 parent f69e6b8 commit 508f12b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ pre {
max-width: 100%;
object-fit: cover;
background-color: grey;
max-height: 50rem; /* so that iphone photos dont take over the whole screen. better than vh bc its responsive to text size */
}
}
/* bg-yellow-200 dark:hover:bg-yellow-800 */
Expand Down

1 comment on commit 508f12b

@swyxio
Copy link
Owner Author

@swyxio swyxio commented on 508f12b Dec 3, 2023

Choose a reason for hiding this comment

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

issue caused by swyxio/swyxdotio#495

Please sign in to comment.