1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 09:20:02 +02:00

docs: fix articles style

This commit is contained in:
BcRikko
2019-02-23 17:43:37 +09:00
parent 29fddfb9be
commit af5b24f16e
3 changed files with 16 additions and 16 deletions

View File

@@ -160,8 +160,15 @@
<!-- Articles -->
<section class="topic">
<h2 id="articles"><a href="#articles">#</a>Articles</h2>
<article v-for="article in articles">
<h3><a :href="article.url" target="_blank"><i class="nes-icon" :class="article.icon"></i>{{ article.title }}</a></h3>
<article class="article-link">
<h3 class="title">
<a href="https://medium.com/@bc_rikko/why-i-created-and-released-nes-css-ee8966bacd09" target="_blank"><i class="nes-icon medium"></i><span>Why I created and released NES.css</span></a>
</h3>
</article>
<article class="article-link">
<h3 class="title">
<a href="https://github.blog/2019-01-20-release-radar-december-2018/#nes-css-1-0" target="_blank"><i class="nes-icon github"></i><span>Release Radar·December 2018|The GitHub Blog</span></a>
</h3>
</article>
</section>