Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

fix: alignment of images of contributors #8982

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/templates/contributors/include.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<style>
.wf-byline {display: inline-flex; margin: 16px 32px 16px 0;}
.wf-byline .attempt-left {margin: 0 16px 0 0;}
.wf-byline .attempt-left {margin: 0 16px 0 0; width: 5rem;}
.wf-byline img {border-radius: 100%; min-width: 64px; height: 64px;}
.wf-byline .wf-byline-desc {font-size: smaller; word-break: break-word;}
.wf-byline .wf-byline-social {font-size: smaller;}
Expand Down