Docs: change screenshot size and spacing

This commit is contained in:
MM20
2022-10-09 23:05:18 +02:00
parent 35bb81d2ad
commit 19aa3da68b
2 changed files with 26 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
.screenshot {
display: flex;
justify-content: center;
margin-bottom: 4rem;
}
.screenshot > img {
max-width: 350px;
}