Center things a bit
This commit is contained in:
parent
37e92392ca
commit
7df154596b
3 changed files with 15 additions and 5 deletions
13
resources/main.css
Normal file
13
resources/main.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
:root {
|
||||
color-scheme: light dark;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.post-body {
|
||||
max-width: 80%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue