mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
12 lines
117 B
CSS
12 lines
117 B
CSS
|
html,
|
||
|
body {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.markdown-body {
|
||
|
max-width: 882px;
|
||
|
margin: 0 auto;
|
||
|
padding: 32px;
|
||
|
}
|