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;
|
||||
}
|
||||
|
||||
.biglinks > * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.biglinks > a,
|
||||
.biglinks > img {
|
||||
max-width: calc(100% - 24px);
|
||||
}
|
||||
|
||||
.biglinks a {
|
||||
width: min(20rem, 100%);
|
||||
width: 20rem;
|
||||
}
|
||||
|
||||
.biglinks a>.svg {
|
||||
|
@ -12,3 +21,9 @@
|
|||
margin-bottom: 32px;
|
||||
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="" />
|
||||
Komoot
|
||||
</a>
|
||||
<img src="/static/pic/pic1.webp" alt="Paysage" />
|
||||
</div>
|
||||
<nav>
|
||||
<a href="#">
|
||||
|
|
Reference in a new issue