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:
authorDarshan Baral <darshanbaral@gmail.com>2021-05-03 02:13:27 +0300
committerDarshan Baral <darshanbaral@gmail.com>2021-05-03 02:13:27 +0300
commit2c2b10872a37e0a1aa2b5b7aeced3df51e656261 (patch)
treeb749b5b9a3f8209f048d409354282b36e3939e83
parentf86d522b0f706351a4d89dc4df385533bf8e6fe3 (diff)
webkit round image attempt
-rw-r--r--layouts/partials/profilePhoto.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/profilePhoto.html b/layouts/partials/profilePhoto.html
index be5262d..020669a 100644
--- a/layouts/partials/profilePhoto.html
+++ b/layouts/partials/profilePhoto.html
@@ -1,6 +1,6 @@
-<div class="flex justify-center">
+<div class="flex justify-center w-full">
<img
- class="rounded-full my-0 w-4/5"
+ class="my-0 rounded-full w-4/5 h-auto max-w-none"
src="{{ .Site.Params.profile.photo | relURL }}"
alt="{{ .Site.Params.author }}"
/>