Commit 1d0bf580 authored by Mark Otto's avatar Mark Otto

Use mix of medium and small grid clases on dashboard example

parent 9af86923
......@@ -55,7 +55,7 @@
<div class="container-fluid">
<div class="row">
<div class="col-sm-3 sidebar">
<div class="col-sm-3 col-md-2 sidebar">
<ul class="nav nav-sidebar">
<li class="active"><a href="#">Overview</a></li>
<li><a href="#">Reports</a></li>
......@@ -75,7 +75,7 @@
<li><a href="">Another nav item</a></li>
</ul>
</div>
<div class="col-sm-9 col-sm-offset-3 main">
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main">
<h1 class="page-header">Dashboard</h1>
<div class="row placeholders">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment