We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0e0f5 commit 5614508Copy full SHA for 5614508
templates/bootstrap.hbs
@@ -59,15 +59,9 @@
59
60
<div class="container">
61
62
- <div class="row page-header">
+ <div class="page-header">
63
64
- <div class="col-md-9">
65
-
66
- <h1>{{title}}{{#if description}} <small>{{description}}</small>{{/if}}</h1>
67
68
- </div>
69
70
- <div class="col-md-3 hidden-sm hidden-xs">
+ <div class="pull-right hidden-sm hidden-xs">
71
72
<div>
73
<label>
@@ -84,6 +78,8 @@
84
78
85
79
</div>
86
80
81
+ <h1>{{title}}{{#if description}} <small>{{description}}</small>{{/if}}</h1>
82
+
87
83
88
89
<div class="row">
0 commit comments