File tree 2 files changed +33
-26
lines changed
2 files changed +33
-26
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,17 @@ header .masthead {
58
58
padding-top : 64px ;
59
59
}
60
60
61
+ header .masthead .contents {
62
+ padding : 0 ;
63
+ }
64
+
65
+ @media screen and (max-width : 768px ) {
66
+ header .masthead .contents {
67
+ padding-left : 15px ;
68
+ padding-right : 15px ;
69
+ }
70
+ }
71
+
61
72
.body {
62
73
margin-top : 24px ;
63
74
}
@@ -549,11 +560,6 @@ button {
549
560
550
561
/* left-nav disappears, and can transition in from the left */
551
562
@media screen and (max-width : 768px ) {
552
- .main-content {
553
- padding-left : 0 ;
554
- padding-right : 0 ;
555
- }
556
-
557
563
# sidenav-left-toggle {
558
564
display : inline;
559
565
background : no-repeat url ("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='#FFFFFF' d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/></svg>" );
Original file line number Diff line number Diff line change 46
46
</ div > <!-- /row -->
47
47
</ div > <!-- /container -->
48
48
</ nav >
49
+
49
50
< div class ="container masthead ">
50
51
< div class ="row ">
51
- < ol class ="breadcrumbs gt-separated visible-xs ">
52
- {{#navLinks}}
53
- < li > < a href ="{{href}} "> {{name}}</ a > </ li >
54
- {{/navLinks}}
55
- {{^navLinks.isEmpty}}
56
- < li class ="self-crumb "> {{self.name}}</ li >
57
- {{/navLinks.isEmpty}}
58
- </ ol >
59
- < div class ="title-description ">
60
- < h1 class ="title ">
61
- {{{ layoutTitle }}}
62
- </ h1 >
63
- <!-- p class="subtitle">
64
- {{{ oneLineDoc }}}
65
- </p -->
66
- </ div >
67
- < ul class ="subnav ">
68
- {{#subnavItems}}
69
- < li > < a href ="{{href}} "> {{name}}</ a > </ li >
70
- {{/subnavItems}}
71
- </ ul >
52
+ < div class ="col-sm-12 contents ">
53
+ < ol class ="breadcrumbs gt-separated visible-xs ">
54
+ {{#navLinks}}
55
+ < li > < a href ="{{href}} "> {{name}}</ a > </ li >
56
+ {{/navLinks}}
57
+ {{^navLinks.isEmpty}}
58
+ < li class ="self-crumb "> {{self.name}}</ li >
59
+ {{/navLinks.isEmpty}}
60
+ </ ol >
61
+ < div class ="title-description ">
62
+ < h1 class ="title ">
63
+ {{{ layoutTitle }}}
64
+ </ h1 >
65
+ </ div >
66
+ < ul class ="subnav ">
67
+ {{#subnavItems}}
68
+ < li > < a href ="{{href}} "> {{name}}</ a > </ li >
69
+ {{/subnavItems}}
70
+ </ ul >
71
+ </ div > <!-- /col -->
72
72
</ div > <!-- /row -->
73
73
</ div > <!-- /container -->
74
+
74
75
</ header >
75
76
76
77
< div class ="container body ">
You can’t perform that action at this time.
0 commit comments