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.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/partials/profilePhoto.html b/layouts/partials/profilePhoto.html
index 7c259e1..a812606 100644
--- a/layouts/partials/profilePhoto.html
+++ b/layouts/partials/profilePhoto.html
@@ -1,8 +1,7 @@
-<div class="m-auto text-center w-100">
+<div class="m-auto justify-center w-full flex">
<img
- class="rounded-circle"
+ class="rounded-full w-4/5"
src="{{ .Site.Params.profile.photo | relURL }}"
alt="{{ .Site.Params.author }}"
- style="width: 300px;"
/>
</div>