Commit 684d54d2 authored by minseok.park's avatar minseok.park

rollback doc.css

parent 82f6e0e4
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
hyphens: auto; hyphens: auto;
line-height: var(--doc-line-height); line-height: var(--doc-line-height);
margin: var(--doc-margin); margin: var(--doc-margin);
padding: 0 0 4rem; padding: 0 1rem 4rem;
} }
@media screen and (min-width: 1024px) { @media screen and (min-width: 1024px) {
...@@ -594,7 +594,7 @@ ...@@ -594,7 +594,7 @@
.doc ol, .doc ol,
.doc ul { .doc ul {
margin: 0; margin: 0;
padding: 0; padding: 0 0 0 2rem;
} }
.doc ul.checklist, .doc ul.checklist,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment