Skip to content

Commit

Permalink
Set max height for images in rack manual
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman committed Dec 4, 2023
1 parent 83a3c14 commit 35342ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/rack_xt_manual.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ const title = rack_xt_manual.data.title;
<Content />
</Page>
</Manual>

<style is:inline>
img {
max-height: 500px;
}
</style>

0 comments on commit 35342ed

Please sign in to comment.