better margin for smaller screens
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending

This commit is contained in:
Mylloon 2023-04-25 13:44:47 +02:00
parent 195f2b9caf
commit 3c02eceaaf
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -208,3 +208,9 @@ table.hljs-ln {
pre:has(code.language-mermaid) {
text-align: center;
}
@media only screen and (max-width: 720px) {
body {
margin: 20px;
}
}