adjust title sizes

This commit is contained in:
eggy 2021-04-07 13:02:57 -04:00
parent a474facca1
commit 6fa331541d
3 changed files with 10 additions and 5 deletions

View File

@ -5,5 +5,6 @@
"description": "",
"github": "https://github.com/potatoeggy",
"twitter": "",
"dmoj": "https://www.dmoj.ca/user/eggy"
"linkedin": "",
"dmoj": ""
}

View File

@ -13,6 +13,10 @@
&middot; <a href={{ site.twitter }}>Twitter</a>
{% endif %}
{% if site.dmoj != "" %}
&middot; <a href={{ site.dmoj }} DMOJ</a>
{% endif %}
</p>
</div>
</footer>

View File

@ -4,7 +4,7 @@ layout: main
{% include nav %}
<p class="text-5xl md:text-6xl font-black pt-10 md:pt-30 pb-4 leading-tight">
<p class="text-5xl md:text-5xl font-black pt-10 md:pt-30 pb-4 leading-tight">
{{ title }}
</p>