mirror of https://github.com/jpanther/congo.git
💄 Fix some content not centred on profile layout
parent
c90f8138a6
commit
c3f30d92ed
|
@ -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
|
||||
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue