Compare commits
No commits in common. "d764d3373df41bc63a2c9c08d5ce46bc334824f4" and "b469fe245c92dae9e9ae58b502dd2dfdaf667bef" have entirely different histories.
d764d3373d
...
b469fe245c
9 changed files with 3 additions and 17 deletions
|
@ -7,7 +7,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.biglinks > a,
|
.biglinks > a,
|
||||||
.biglinks > picture {
|
.biglinks > img {
|
||||||
max-width: calc(100% - 24px);
|
max-width: calc(100% - 24px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,13 +22,8 @@
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.biglinks > picture {
|
.biglinks > img {
|
||||||
display: inline-block;
|
|
||||||
height: 156px;
|
height: 156px;
|
||||||
margin: 12px;
|
margin: 12px;
|
||||||
}
|
|
||||||
.biglinks > picture > img {
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
BIN
src/static/pic/pic1.webp
Normal file
BIN
src/static/pic/pic1.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 172 KiB |
|
@ -27,16 +27,7 @@
|
||||||
<img class="svg" src="/static/picto/summit.svg" alt="" />
|
<img class="svg" src="/static/picto/summit.svg" alt="" />
|
||||||
Komoot
|
Komoot
|
||||||
</a>
|
</a>
|
||||||
<picture>
|
<img src="/static/pic/pic1.webp" alt="Paysage" />
|
||||||
<source type="image/jxl"
|
|
||||||
srcset="/static/pic/pic.jxl,
|
|
||||||
/static/pic/picx2.jxl 2x,
|
|
||||||
/static/pic/picx4.jxl 4x" />
|
|
||||||
<img alt=""
|
|
||||||
src="/static/pic/pic.webp"
|
|
||||||
srcset="/static/pic/picx2.webp 2x,
|
|
||||||
/static/pic/picx4.webp 4x" />
|
|
||||||
</picture>
|
|
||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="#">
|
<a href="#">
|
||||||
|
|
Reference in a new issue