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 01:42:31 +0300
committerDarshan Baral <darshanbaral@gmail.com>2021-05-03 01:42:31 +0300
commitf86d522b0f706351a4d89dc4df385533bf8e6fe3 (patch)
tree7fbaccab70a20c658bb739ed8ecd2c49f348952a
parent782688dfb634382b61d3f2f90e33af3ad533fd4c (diff)
image round
-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 }}"
/>