Fixup styles for news headlines

This commit is contained in:
Justin Ethier 2018-05-01 13:53:10 -04:00
parent 654f425d29
commit 4722cfeea4
2 changed files with 5 additions and 2 deletions

View file

@ -6,8 +6,6 @@ ghproj: "http://github.com/justinethier/cyclone/tree/master/"
{% for post in site.posts %} {% for post in site.posts %}
[{{ post.title }}](./{{ post.url }}) [{{ post.title }}](./{{ post.url }})
------------------------------------
<br /> <br />
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span> <span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
<br /> <br />

View file

@ -294,6 +294,11 @@ Full-Width Styles
margin: 0 auto; margin: 0 auto;
} }
#main_content a {
font-size: 36px;
font-weight: 700;
}
#forkme_banner { #forkme_banner {
display: block; display: block;
position: absolute; position: absolute;