Remove posts css rules
This commit is contained in:
parent
510797225f
commit
eb494a186c
17
css/main.css
17
css/main.css
|
@ -118,23 +118,6 @@ a:visited { color: #205caa; }
|
||||||
|
|
||||||
.home h1 { margin-bottom: 25px; }
|
.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 */
|
/* Post styles */
|
||||||
/* ----------------------------------------------------------*/
|
/* ----------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="home">
|
<div class="home">
|
||||||
<ul class="posts row">
|
<ul class="row list-unstyled">
|
||||||
{% for service in site.data.services %}
|
{% for service in site.data.services %}
|
||||||
<li class="col-6 col-sm-6 col-lg-4">
|
<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>
|
<h2><span class="fa fa-{{ service.icon }}"></span> <a href="{{ service.url }}">{{ service.title }}</a></h2>
|
||||||
|
|
Loading…
Reference in a new issue