We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8682990 commit 41efb83Copy full SHA for 41efb83
templates/base.html
@@ -125,7 +125,8 @@
125
</ul>
126
</div><!-- /.navbar-collapse -->
127
</nav>
128
-
+
129
+ <div class="row">
130
<div class="hidden-sm col-md-4">
131
<div class="sidenav">
132
<div class = "big" >BROWSE</div>
@@ -151,10 +152,13 @@
151
152
153
154
155
+ <div class="hidden-sm col-md-8">
156
{% block content %}
157
158
{% endblock %}
159
+ </div>
160
161
162
163
164
</body>
0 commit comments