Put rounded corners back where they belong

This commit is contained in:
2020-10-17 17:45:09 +01:00
parent bb4d31477e
commit 0fee753284
6 changed files with 9 additions and 7 deletions

View File

@@ -40,7 +40,7 @@
<div class="col">
<a href="https://gravatar.com/">
<img src="{{object.profile_picture}}" class="img-responsive img-rounded" />
<img src="{{object.profile_picture}}" class="img-fluid rounded" />
<div class="text-center">
Images hosted by Gravatar
</div>