9 lines
125 B
CSS
Raw Normal View History

.screenshot {
display: flex;
justify-content: center;
margin-bottom: 4rem;
}
.screenshot > img {
max-width: 350px;
}