Update heading sizes
This commit is contained in:
parent
98efcf1bbc
commit
8042ff4d30
|
@ -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 -%}
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue