Skip to content

Commit

Permalink
Fixing of a CSS error
Browse files Browse the repository at this point in the history
  • Loading branch information
gichiraanne committed Apr 16, 2017
1 parent c272db9 commit 509d7d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ margin-right: 0px
{
color:#4db3d0;
}
.main_container
{
margin-top: 40px;
}
.main_home
{
background-color: #FAFAFA;
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
</div><!-- .navbar-header collapse -->
</div><!-- .container collapse -->
</div><!-- .navbar collapse -->
<div class="container">
<div class="container main_container">

<div>{% block bread_crumb %}{% endblock %}</div>
<div id = "alerts">
Expand Down

0 comments on commit 509d7d9

Please sign in to comment.