bit improved index page

This commit is contained in:
Zutatensuppe 2021-04-20 20:52:31 +02:00
parent f5a93f1f57
commit 7a957ca09c
4 changed files with 58 additions and 20 deletions

View file

@ -202,3 +202,15 @@ input:focus {
top: 0;
right: 0;
}
.imageteaser {
width: 150px;
height: 100px;
display: inline-block;
margin: 5px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
background-color: #222;
}