better margin for smaller screens
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
This commit is contained in:
parent
195f2b9caf
commit
3c02eceaaf
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue