Skip to content

Commit

Permalink
feat: basic mobile pdf viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
BastinJafari committed Sep 13, 2021
1 parent 19f8d09 commit 276f254
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/showcases/src/pages/NoSSR/pdf.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,12 @@ export default function PDF() {
.modal {
height: 80vh;
}
@media only screen and (max-width: 600px) {
.modal {
width: 90vw;
}
}
`}
</style>
<div className="w-full px-6 flex justify-between">
Expand Down

0 comments on commit 276f254

Please sign in to comment.