Change headline size
This commit is contained in:
parent
9d5d076b9c
commit
d6c2bde3f2
|
@ -16,8 +16,6 @@ body {
|
|||
background-color: #fdfdfd;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: 400; }
|
||||
|
||||
a { color: #2a7ae2; text-decoration: none; }
|
||||
a:hover { color: #000; text-decoration: underline; }
|
||||
a:visited { color: #205caa; }
|
||||
|
|
|
@ -6,7 +6,7 @@ layout: default
|
|||
<ul class="posts row">
|
||||
{% for service in site.data.services %}
|
||||
<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>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue