Add gif to info page

This commit is contained in:
Christoph Hagen
2022-05-04 13:41:23 +02:00
parent 796a760b92
commit 4b7e2c4e3a
3 changed files with 12 additions and 5 deletions

View File

@ -364,6 +364,12 @@ input[type=text] {
color: white;
}
.scroll-content img {
width: 100%;
max-width: 320px;
border-radius: 10px;
}
@media only screen and (max-width: 767px) {
.scroll-content {