diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index a6c3aeb..11cda9d 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -150,6 +150,13 @@ $primary: #0b2a37; } .author-media { margin-bottom: 15px; + flex-wrap: wrap; + .media-left { + padding-bottom: 1em; + } + .media-content { + overflow: hidden; + } } .pageTitle.title { diff --git a/themes/patek/layouts/taxonomy/author.html b/themes/patek/layouts/taxonomy/author.html index 570ce7d..2321845 100644 --- a/themes/patek/layouts/taxonomy/author.html +++ b/themes/patek/layouts/taxonomy/author.html @@ -14,16 +14,15 @@

{{ .Title }}

{{ .Params.fullname }}

-
- {{ if ne .Content "" }} - {{ .Content }} - {{ else }} - {{ T "missing_author" .Page }} - {{ end }} -
- +
+ {{ if ne .Content "" }} + {{ .Content }} + {{ else }} + {{ T "missing_author" .Page }} + {{ end }} +
{{ partial "list.html" . }} {{ end }} \ No newline at end of file