adjust title sizes
This commit is contained in:
parent
a474facca1
commit
6fa331541d
@ -5,5 +5,6 @@
|
||||
"description": "",
|
||||
"github": "https://github.com/potatoeggy",
|
||||
"twitter": "",
|
||||
"dmoj": "https://www.dmoj.ca/user/eggy"
|
||||
"linkedin": "",
|
||||
"dmoj": ""
|
||||
}
|
||||
|
@ -13,6 +13,10 @@
|
||||
· <a href={{ site.twitter }}>Twitter</a>
|
||||
{% endif %}
|
||||
|
||||
{% if site.dmoj != "" %}
|
||||
· <a href={{ site.dmoj }} DMOJ</a>
|
||||
{% endif %}
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
@ -4,8 +4,8 @@ layout: main
|
||||
|
||||
{% include nav %}
|
||||
|
||||
<p class="text-5xl md:text-6xl font-black pt-10 md:pt-30 pb-4 leading-tight">
|
||||
{{ title}}
|
||||
<p class="text-5xl md:text-5xl font-black pt-10 md:pt-30 pb-4 leading-tight">
|
||||
{{ title }}
|
||||
</p>
|
||||
|
||||
<div>
|
||||
|
Loading…
Reference in New Issue
Block a user