Skip to content

Commit

Permalink
feat: better scaling for lynxy
Browse files Browse the repository at this point in the history
  • Loading branch information
kurozenzen committed Feb 17, 2024
1 parent 4bc0967 commit 99838fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/LynxMain.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
align-items: center;
contain: strict;
height: 200px;
padding-inline: var(--small-gap);
}
a {
Expand All @@ -24,5 +25,6 @@
img {
object-fit: contain;
max-height: 100%;
max-width: 100%;
}
</style>

0 comments on commit 99838fb

Please sign in to comment.