Change headline size

This commit is contained in:
kpcyrd 2014-09-09 17:54:44 +02:00
parent 9d5d076b9c
commit d6c2bde3f2
2 changed files with 1 additions and 3 deletions

View file

@ -16,8 +16,6 @@ body {
background-color: #fdfdfd; background-color: #fdfdfd;
} }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 400; }
a { color: #2a7ae2; text-decoration: none; } a { color: #2a7ae2; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; } a:hover { color: #000; text-decoration: underline; }
a:visited { color: #205caa; } a:visited { color: #205caa; }

View file

@ -6,7 +6,7 @@ layout: default
<ul class="posts row"> <ul class="posts row">
{% 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><a class="post-link" href="{{ service.url }}">{{ service.title }}</a></h2> <h2><a href="{{ service.url }}">{{ service.title }}</a></h2>
<p>{{ service.text }}</p> <p>{{ service.text }}</p>
</li> </li>
{% endfor %} {% endfor %}