mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15: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 %}
|
||||
[{{ post.title }}](./{{ post.url }})
|
||||
------------------------------------
|
||||
|
||||
<br />
|
||||
<span class="date-labels">{{post.date | date: "%b %d %Y" }}</span>
|
||||
<br />
|
||||
|
|
|
@ -294,6 +294,11 @@ Full-Width Styles
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#main_content a {
|
||||
font-size: 36px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
#forkme_banner {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Reference in a new issue