diff --git a/src/config/contributors.json b/src/config/contributors.json index 46772a5eb4a..29a31f33964 100644 --- a/src/config/contributors.json +++ b/src/config/contributors.json @@ -584,6 +584,7 @@ }, "tunetheweb": { "avatar_url": "10931297", + "bluesky": "tunetheweb.com", "github": "tunetheweb", "linkedin": "tunetheweb", "mastodon": "https://webperf.social/@tunetheweb", diff --git a/src/static/css/ebook.css b/src/static/css/ebook.css index b43f44600ec..e8130da4780 100644 --- a/src/static/css/ebook.css +++ b/src/static/css/ebook.css @@ -133,14 +133,16 @@ tbody tr:nth-child(even) { display: flex; } +.contributor-avatars { + min-width: 5rem; + margin-bottom: 1rem; + margin-right: 1rem; +} + .contributor-avatar { border-radius: 50px; background-color: #f7f779; - margin-bottom: 1rem; - margin-right: 1rem; width: 5rem; - max-width: 5rem; - height: auto; transition-duration: 0.3s; flex: 1; } diff --git a/src/templates/base.html b/src/templates/base.html index 93577a19121..7e4e175ceb1 100644 --- a/src/templates/base.html +++ b/src/templates/base.html @@ -69,6 +69,10 @@ + +