Relocate news section

This commit is contained in:
Justin Ethier 2018-06-14 13:01:23 -04:00
parent 7747cbe6fd
commit ec7a378648
2 changed files with 8 additions and 20 deletions

View file

@ -63,13 +63,7 @@
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<div id="recent-news" style="
{% if page.title == "Cyclone Scheme" %} {% else %} display: none; {% endif %}
position: absolute;
left: 690px;
width: 350px;
font-size: smaller;
">
{{ content }}
<h2>Recent News</h2>
{% for post in site.posts limit:3 %}
<h4>
@ -78,8 +72,6 @@
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
{{ post.excerpt }}
{% endfor %}
</div>
{{ content }}
</section>
</div>

View file

@ -437,10 +437,6 @@ Small Device Styles
font-size:14px;
}
#recent-news {
display: none;
}
#downloads {
display: none;
}