optimize images

This commit is contained in:
Joshua Seigler 2025-07-06 00:56:48 -04:00
parent 47d646fb66
commit f394e6e90f
31 changed files with 106 additions and 36 deletions

View file

@ -128,6 +128,14 @@ main p img {
max-width: 100%;
}
:where(img[width]) {
width: auto;
}
:where(img[width][height]) {
height: auto;
}
section:nth-child(n + 2) {
margin-top: 1rem;
}
@ -405,7 +413,7 @@ nav [aria-current] {
flex-direction: column;
justify-content: end;
min-height: 20rem;
> img {
img {
position: absolute;
top: 0;
left: 0;