mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-18 08:48:26 -04:00
💄 Fix some content not centred on profile layout
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user