Commit 992a7581 authored by minseok.park's avatar minseok.park

main > content height 조정

parent 5b62df29
...@@ -7,6 +7,7 @@ footer.footer { ...@@ -7,6 +7,7 @@ footer.footer {
line-height: var(--footer-line-height); line-height: var(--footer-line-height);
padding: 0.5rem 1.5rem; padding: 0.5rem 1.5rem;
text-align: left; text-align: left;
height: 50px;
} }
.footer p { .footer p {
......
...@@ -20,6 +20,7 @@ body.-toc aside.toc.sidebar { ...@@ -20,6 +20,7 @@ body.-toc aside.toc.sidebar {
main > .content { main > .content {
display: flex; display: flex;
height: calc(100% - 95px);
} }
aside.toc.embedded { aside.toc.embedded {
......
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