Remove posts css rules

This commit is contained in:
kpcyrd 2014-09-10 15:17:46 +02:00
parent 510797225f
commit eb494a186c
2 changed files with 1 additions and 18 deletions

View file

@ -118,23 +118,6 @@ a:visited { color: #205caa; }
.home h1 { margin-bottom: 25px; }
.posts { list-style-type: none; }
.posts li { margin-bottom: 30px; }
.posts .post-link {
font-size: 24px;
letter-spacing: -1px;
line-height: 1;
}
.posts .post-date {
display: block;
font-size: 15px;
color: #818181;
}
/* Post styles */
/* ----------------------------------------------------------*/

View file

@ -3,7 +3,7 @@ layout: default
---
<div class="home">
<ul class="posts row">
<ul class="row list-unstyled">
{% for service in site.data.services %}
<li class="col-6 col-sm-6 col-lg-4">
<h2><span class="fa fa-{{ service.icon }}"></span> <a href="{{ service.url }}">{{ service.title }}</a></h2>