File tree Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Expand file tree Collapse file tree 5 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 44
55 {% include docs/side-nav.html %}
66
7- < div class ="col-md-9 col-sm -12 " role ="main ">
7+ < div class ="col-md-9 col-xs -12 " role ="main ">
88 < section class ="bs-docs-section ">
99 < h1 id ="overview " class ="page-header "> Overview</ h1 >
1010
Original file line number Diff line number Diff line change 22< footer >
33 < div class ="container ">
44 < div class ="row ">
5- < div class ="col-md-7 ">
5+ < div class ="col-md-7 col-xs-12 ">
66 < ul class ="list-inline ">
77 < li >
88 < a href ="#home "> Home</ a >
3636 Copyright © 2016 Shawn McKay (< a href ="https://twitter.com/sh_mck " target ="_blank "> @Sh_McK</ a > ), Vancouver, BC. All Rights Reserved.
3737 </ p >
3838 </ div >
39- < div class ="col-md-5 " id ="mc_embed_signup ">
39+ < div class ="col-md-5 col-xs-12 " id ="mc_embed_signup ">
4040 < form
4141 class ="form-inline "
4242 action ="//herokuapp.us11.list-manage.com/subscribe/post?u=324732fa284e63ca555b47978&id=5f3f4f5086 "
Original file line number Diff line number Diff line change 55 < div class ="container ">
66
77 < div class ="row ">
8- < div class ="col-lg-12 ">
8+ < div class ="col-lg-12 col-xs-12 ">
99 < div class ="short-intro-message ">
1010 < h1 > CodeRoad</ h1 >
1111 < h3 > Tutorial Development Docs</ h3 >
Original file line number Diff line number Diff line change 1- < aside class ="col-md-3 col-sm -12 " role ="complementary ">
1+ < aside class ="col-md-3 col-xs -12 " role ="complementary ">
22 < div class ="bs-docs-sidebar hidden-print ">
33 < ul class ="nav sidebar ">
44 < li >
Original file line number Diff line number Diff line change 77@viewport {
88 width : device-width
99}
10- # docs {
11- position : relative;
12- }
1310.navbar {
1411 margin-bottom : 0 ;
1512}
8178.bs-docs-theme-toggle {
8279 margin-top : 0
8380}
81+ @media (max-width : 767px ) {
82+ .bs-docs-sidebar {
83+ margin-top : 25px ;
84+ margin-left : 30px ;
85+ }
86+ .bs-docs-sidebar .nav > li > a {
87+ font-size : 18px ;
88+ margin-bottom : 5px ;
89+ }
90+ }
8491@media (min-width : 768px ) {
8592 .back-to-top , .bs-docs-theme-toggle {
8693 display : block
116123.bs-docs-section : last-child {
117124 margin-bottom : 0
118125}
126+ # docs {
127+ position : relative;
128+ }
119129# docs code {
120130 padding : 0 ;
121131}
131141.gif {
132142 display : block;
133143 margin : 20px auto;
144+ max-width : 500px ;
145+ overflow : hidden;
134146}
You can’t perform that action at this time.
0 commit comments