diff --git a/content/assets/stylesheets/includes/general.scss b/content/assets/stylesheets/includes/general.scss index 763ea8d..35e5064 100644 --- a/content/assets/stylesheets/includes/general.scss +++ b/content/assets/stylesheets/includes/general.scss @@ -23,6 +23,20 @@ html, .footer { } } +#navbar { + margin-bottom: 10px; + + .logo-wrapper { + padding-bottom: 0; + } + + .actual-nav-bar { + padding-bottom: 0; + border-bottom: 1px solid #eee; + } +} + + header.section { padding-bottom: 10px; } @@ -133,6 +147,10 @@ footer.footer { main.section { padding-top: 0px; } + + .is-narrow { + flex: none; + } } #tipue_search_input { diff --git a/layouts/archive_page.erb b/layouts/archive_page.erb index 3904455..42a81fa 100644 --- a/layouts/archive_page.erb +++ b/layouts/archive_page.erb @@ -1,4 +1,4 @@ -
+
<% posts_in_year(item[:academic_year]).each do |post| %> @@ -15,7 +15,7 @@ <% end %>
-