Skip to content

Commit fdda58c

Browse files
committed
fix: big hero image
1 parent fbb098b commit fdda58c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
font-family: var(--__sl-font-mono);
4242
}
4343

44+
.hero > img {
45+
width: min(70%, 20rem);
46+
}
47+
4448
/* make index page hero smaller vertically */
4549
@media (min-width: 50rem) {
4650
.hero {

0 commit comments

Comments
 (0)