optimize images
This commit is contained in:
parent
47d646fb66
commit
f394e6e90f
31 changed files with 106 additions and 36 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue