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:
-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 a812606..be5262d 100644
--- a/layouts/partials/profilePhoto.html
+++ b/layouts/partials/profilePhoto.html
@@ -1,6 +1,6 @@
-<div class="m-auto justify-center w-full flex">
+<div class="flex justify-center">
<img
- class="rounded-full w-4/5"
+ class="rounded-full my-0 w-4/5"
src="{{ .Site.Params.profile.photo | relURL }}"
alt="{{ .Site.Params.author }}"
/>