Skip to content
Snippets Groups Projects
Commit 42a3f1c2 authored by Tim Fechner's avatar Tim Fechner Committed by Tim Fechner
Browse files

Be a bit more responsive (#21)

parent 2d99620c
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<div class="col-sm-3 col-md-2 sidebar"> <div class="col-sm-3 col-md-3 col-lg-2 sidebar">
<div id="logo" class="title-wrapper" data-root="/"> <div id="logo" class="title-wrapper" data-root="/">
<a href="/" class="title"><i class="fa fa-heartbeat"></i> salt-observer</a> <a href="/" class="title"><i class="fa fa-heartbeat"></i> salt-observer</a>
</div> </div>
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
{% endblock %} {% endblock %}
</div> </div>
<div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"> <div class="col-sm-9 col-sm-offset-3 col-md-9 col-md-offset-3 col-lg-10 col-lg-offset-2 main">
{% block pre-content %}{% endblock %} {% block pre-content %}{% endblock %}
<div class="row"> <div class="row">
<div class="col-md-10 col-md-offset-1"> <div class="col-md-10 col-md-offset-1">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment