2022-10-10 15:18:55 +02:00

14 lines
188 B
CSS

.screenshot {
display: flex;
justify-content: center;
margin-bottom: 4rem;
}
.screenshot > img {
max-width: 350px;
}
.wallpaperLink {
text-align: center;
font-size: 0.8rem;
}