Update heading sizes

This commit is contained in:
Oliver Davies 2019-04-14 08:27:15 +01:00
parent 98efcf1bbc
commit 8042ff4d30
2 changed files with 2 additions and 2 deletions

View file

@ -137,7 +137,7 @@ experiences:
<div>
<div class="flex flex-row justify-between">
<div>
<h2 class="mb-0">{{ company.name }}</h2>
<h2 class="text-lg mb-0">{{ company.name }}</h2>
<div class="mb-4">
{% if company.url -%}

View file

@ -38,7 +38,7 @@ projects:
<div class="mt-8 spaced-y-10">
{% for project in page.projects %}
<article>
<h2>
<h2 class="text-lg">
<a class="text-inherit" href="{{ project.url }}" tabindex="-1">
{{ project.title }}
</a>