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>
<div class="flex flex-row justify-between"> <div class="flex flex-row justify-between">
<div> <div>
<h2 class="mb-0">{{ company.name }}</h2> <h2 class="text-lg mb-0">{{ company.name }}</h2>
<div class="mb-4"> <div class="mb-4">
{% if company.url -%} {% if company.url -%}

View file

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