adjust title sizes
This commit is contained in:
parent
a474facca1
commit
6fa331541d
@ -5,5 +5,6 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"github": "https://github.com/potatoeggy",
|
"github": "https://github.com/potatoeggy",
|
||||||
"twitter": "",
|
"twitter": "",
|
||||||
"dmoj": "https://www.dmoj.ca/user/eggy"
|
"linkedin": "",
|
||||||
|
"dmoj": ""
|
||||||
}
|
}
|
||||||
|
@ -13,6 +13,10 @@
|
|||||||
· <a href={{ site.twitter }}>Twitter</a>
|
· <a href={{ site.twitter }}>Twitter</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if site.dmoj != "" %}
|
||||||
|
· <a href={{ site.dmoj }} DMOJ</a>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -4,8 +4,8 @@ layout: main
|
|||||||
|
|
||||||
{% include nav %}
|
{% 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}}
|
{{ title }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
@ -27,4 +27,4 @@ layout: main
|
|||||||
{{ content }}
|
{{ content }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% include author %}
|
{% include author %}
|
||||||
|
Loading…
Reference in New Issue
Block a user