14 lines
188 B
CSS
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;
|
|
}
|