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