diff --git a/resources/blog.scss b/resources/blog.scss index 0e616d5..c720ad4 100644 --- a/resources/blog.scss +++ b/resources/blog.scss @@ -259,6 +259,10 @@ @media (max-width: 799px) { + .actionbar-box { + margin: 8px 0; + } + .left-sidebar-header { display: none; } @@ -284,6 +288,7 @@ .blog-box { padding-left: 5%; padding-right: 5%; + margin-bottom: 0; } .post-title { diff --git a/templates/actionbar/list.html b/templates/actionbar/list.html index e5761bb..ea046a4 100644 --- a/templates/actionbar/list.html +++ b/templates/actionbar/list.html @@ -1,54 +1,54 @@ {% set logged_in = request.user.is_authenticated %} {% set profile = request.profile if logged_in else None %} {% if logged_in %} -{% if include_hr %} -