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 4
4
5
5
{% include docs/side-nav.html %}
6
6
7
- < div class ="col-md-9 col-sm -12 " role ="main ">
7
+ < div class ="col-md-9 col-xs -12 " role ="main ">
8
8
< section class ="bs-docs-section ">
9
9
< h1 id ="overview " class ="page-header "> Overview</ h1 >
10
10
Original file line number Diff line number Diff line change 2
2
< footer >
3
3
< div class ="container ">
4
4
< div class ="row ">
5
- < div class ="col-md-7 ">
5
+ < div class ="col-md-7 col-xs-12 ">
6
6
< ul class ="list-inline ">
7
7
< li >
8
8
< a href ="#home "> Home</ a >
36
36
Copyright © 2016 Shawn McKay (< a href ="https://twitter.com/sh_mck " target ="_blank "> @Sh_McK</ a > ), Vancouver, BC. All Rights Reserved.
37
37
</ p >
38
38
</ div >
39
- < div class ="col-md-5 " id ="mc_embed_signup ">
39
+ < div class ="col-md-5 col-xs-12 " id ="mc_embed_signup ">
40
40
< form
41
41
class ="form-inline "
42
42
action ="//herokuapp.us11.list-manage.com/subscribe/post?u=324732fa284e63ca555b47978&id=5f3f4f5086 "
Original file line number Diff line number Diff line change 5
5
< div class ="container ">
6
6
7
7
< div class ="row ">
8
- < div class ="col-lg-12 ">
8
+ < div class ="col-lg-12 col-xs-12 ">
9
9
< div class ="short-intro-message ">
10
10
< h1 > CodeRoad</ h1 >
11
11
< 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 ">
2
2
< div class ="bs-docs-sidebar hidden-print ">
3
3
< ul class ="nav sidebar ">
4
4
< li >
Original file line number Diff line number Diff line change 7
7
@viewport {
8
8
width : device-width
9
9
}
10
- # docs {
11
- position : relative;
12
- }
13
10
.navbar {
14
11
margin-bottom : 0 ;
15
12
}
81
78
.bs-docs-theme-toggle {
82
79
margin-top : 0
83
80
}
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
+ }
84
91
@media (min-width : 768px ) {
85
92
.back-to-top , .bs-docs-theme-toggle {
86
93
display : block
116
123
.bs-docs-section : last-child {
117
124
margin-bottom : 0
118
125
}
126
+ # docs {
127
+ position : relative;
128
+ }
119
129
# docs code {
120
130
padding : 0 ;
121
131
}
131
141
.gif {
132
142
display : block;
133
143
margin : 20px auto;
144
+ max-width : 500px ;
145
+ overflow : hidden;
134
146
}
You can’t perform that action at this time.
0 commit comments