Skip to content

Commit

Permalink
test height change
Browse files Browse the repository at this point in the history
  • Loading branch information
Valastiri committed Apr 11, 2023
1 parent 5711f3b commit 1645b3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,17 @@ tbody {
border: 1px solid black;
}

/* Responsive Styling */
/* Responsive Styling PDF */

@media screen and (max-width: 768px) {
.pdf-embed {
height: 300px;
height: 600px;
}
}

@media screen and (max-width: 480px) {
.pdf-embed {
height: 200px;
height: 600px;
}
}

Expand Down

0 comments on commit 1645b3d

Please sign in to comment.