mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Fixup styles for news headlines
This commit is contained in:
parent
654f425d29
commit
4722cfeea4
2 changed files with 5 additions and 2 deletions
2
news.md
2
news.md
|
@ -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 />
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue