Update font-sizes on theme
This commit is contained in:
parent
206c1be241
commit
5a9da78cd0
3 changed files with 43 additions and 5 deletions
|
@ -7,10 +7,10 @@
|
|||
alt="{{ $.Params.name }}"
|
||||
class="profile-pic mb-4">
|
||||
{{ end }}
|
||||
<h1 class="text-3xl font-bold mb-2 text-center" style="color: var(--text-color)">
|
||||
<h1 class="text-4xl font-bold mb-2 text-center" style="color: var(--text-color)">
|
||||
{{ .Params.name }}
|
||||
</h1>
|
||||
<p class="text-center opacity-80 mb-6">{{ .Params.description }}</p>
|
||||
<p class="text-center opacity-80 mb-6 text-xl">{{ .Params.description }}</p>
|
||||
|
||||
<div class="flex flex-wrap justify-center gap-4 mb-8 social-icons">
|
||||
{{ range .Params.socials }}
|
||||
|
@ -19,4 +19,4 @@
|
|||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue