Added picture to frontpage
This commit is contained in:
parent
7169c31fff
commit
528ef21491
3 changed files with 17 additions and 1 deletions
|
@ -2,8 +2,17 @@
|
||||||
margin: 12px;
|
margin: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.biglinks > * {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.biglinks > a,
|
||||||
|
.biglinks > img {
|
||||||
|
max-width: calc(100% - 24px);
|
||||||
|
}
|
||||||
|
|
||||||
.biglinks a {
|
.biglinks a {
|
||||||
width: min(20rem, 100%);
|
width: 20rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.biglinks a>.svg {
|
.biglinks a>.svg {
|
||||||
|
@ -12,3 +21,9 @@
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.biglinks > img {
|
||||||
|
height: 156px;
|
||||||
|
margin: 12px;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
|
|
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 |
|
@ -27,6 +27,7 @@
|
||||||
<img class="svg" src="/static/picto/summit.svg" alt="" />
|
<img class="svg" src="/static/picto/summit.svg" alt="" />
|
||||||
Komoot
|
Komoot
|
||||||
</a>
|
</a>
|
||||||
|
<img src="/static/pic/pic1.webp" alt="Paysage" />
|
||||||
</div>
|
</div>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="#">
|
<a href="#">
|
||||||
|
|
Reference in a new issue