Skip to content

Commit

Permalink
Fix projects page margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasas committed Apr 23, 2021
1 parent 9caa4b1 commit a121749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions textflow/templates/_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<body>
{% block header %}{% include '_header.html' %}{% endblock %}
{% block is_full_content %}
<section class="section p-0">
<div class="container m-3">
<section class="section p-0 m-3">
<div class="container">
{% block content %}{% endblock %}
</div>
</section>
Expand Down

0 comments on commit a121749

Please sign in to comment.