Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/profilePhoto.html')
-rw-r--r--layouts/partials/profilePhoto.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/layouts/partials/profilePhoto.html b/layouts/partials/profilePhoto.html
index 020669a..4fb4e21 100644
--- a/layouts/partials/profilePhoto.html
+++ b/layouts/partials/profilePhoto.html
@@ -1,7 +1,9 @@
<div class="flex justify-center w-full">
- <img
- class="my-0 rounded-full w-4/5 h-auto max-w-none"
- src="{{ .Site.Params.profile.photo | relURL }}"
- alt="{{ .Site.Params.author }}"
- />
+ <div class="w-4/5">
+ <img
+ class="my-0 rounded-full"
+ src="{{ .Site.Params.profile.photo | relURL }}"
+ alt="{{ .Site.Params.author }}"
+ />
+ </div>
</div>