💄 Fix some content not centred on profile layout

pull/2/head
James Panther 2021-08-19 16:43:45 +10:00
parent c90f8138a6
commit c3f30d92ed
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Minor style issue with `button` shortcode
- Hugo Modules would fail when using default theme config file
- Some content not centred correctly on the profile homepage layout
## [1.1.1] - 2020-08-19

View File

@ -3,7 +3,7 @@
h-full
{{ end }}"
>
<header class="flex flex-col mb-3">
<header class="flex flex-col items-center mb-3">
{{ with .Site.Author.image }}
<img class="mb-2 rounded-full w-36 h-36" src="{{ . | absURL }}" />
{{ end }}