diff --git a/docs/_themes/kr/static/flasky.css_t b/docs/_themes/kr/static/flasky.css_t index c680994..5c2cb7e 100644 --- a/docs/_themes/kr/static/flasky.css_t +++ b/docs/_themes/kr/static/flasky.css_t @@ -385,3 +385,46 @@ a.footnote-reference:hover { a:hover tt { background: #EEE; } + + +@media screen and (max-width: 600px) { + + div.sphinxsidebar { + display: none; + } + + div.documentwrapper { + margin-left: 0; + margin-top: 0; + margin-right: 0; + margin-bottom: 0; + } + + div.bodywrapper { + margin-top: 0; + margin-right: 0; + margin-bottom: 0; + margin-left: 0; + } + + ul { + margin-left: 0; + } + + .document { + width: auto; + } + + .bodywrapper { + margin: 0; + } + + .footer { + width: auto; + } + + + +} + +