forked from mattmakai/fullstackpython.com
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathresponsive.css
More file actions
1 lines (1 loc) · 866 Bytes
/
responsive.css
File metadata and controls
1 lines (1 loc) · 866 Bytes
1
{% raw %}@media (min-width:750px){.cn{width:730px}}@media (min-width:768px){.cn{width:750px}#full-toc{display:block}#mobile-toc{display:none}.c3,.c4,.c6,.c8,.c9,.c12{float:left}.c12{width:100%} .c9{width:75%} .c6{width:50%} .c8{width:66.66666666666666%} .c4{width:33.33333333333333%} .c3{width:25%} .co1{margin-left:8.333333333333332%} .select-next{min-height:300px}}@media (min-width:940px){.cn{width:920px}}@media (min-width:1140px){.cn{width:1120px}}.row{margin-right:-15px;margin-left:-15px} @media (max-width:767px){#full-toc{display:none} .desktop-only{display:none} pre{overflow-wrap:normal;word-wrap:normal;word-break:keep-all} .hd{padding:8px 0 10px; margin:0} .hdt a,.hdt a:hover{font-size:34px} h1{font-size:28px} h2{font-size:24px} img.hdr{height:26px;width:26px} pre{font-size:60%}} @media (min-width:1140px){.select-next{min-height:220px}}{% endraw %}