Style blog previes on homepage, add headers for articles and author field

This commit is contained in:
Konstantin Kollar
2022-10-05 22:59:57 +02:00
parent 2178454478
commit a83381b903
23 changed files with 389 additions and 97 deletions
@@ -11,7 +11,7 @@
<div class="mb-8 grow">
<div class="" id="content">
<div class="flex justify-center">
<div class="md:w-2/3 md:px-0 px-8">
<div class="md:w-2/3 md:px-0 px-2">
{{- block "main" . }}{{- end }}
</div>
</div>
@@ -25,7 +25,7 @@
id="to-top-button"
onclick="goToTop()"
title="Go To Top"
class="hidden md:hidden fixed z-90 bottom-6 right-8 border-0 w-20 h-20 rounded-full drop-shadow-md hover:bg-primary-500 border-4 border-white bg-primary-400 text-white text-4xl font-bold"
class="hidden md:hidden fixed z-90 bottom-6 right-8 border-0 w-16 h-16 rounded-full drop-shadow-md hover:bg-primary-500 border-4 border-white bg-primary-400 text-white text-4xl font-bold"
>
&uarr;
</button>