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

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-05-31 07:19:51 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-05-31 07:19:51 +0300
commit5abc4045ead15d60d3965e1ac795d5dbe073d54f (patch)
tree5a2cab4e247ab1a065235416c7ab88a4dde20b3d /layouts
parentd220d03979bf755f4ea7c89f5edd739d51a97a1b (diff)
Fixed image size
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/profilePhoto.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/profilePhoto.html b/layouts/partials/profilePhoto.html
index 8e8c2ed..b0a38c2 100644
--- a/layouts/partials/profilePhoto.html
+++ b/layouts/partials/profilePhoto.html
@@ -4,7 +4,7 @@
class="rounded m-2 rounded-circle"
src="{{ `images` | relURL }}/{{ .Site.Params.profile.photo }}"
alt="{{ .Site.Params.author }}"
- style="max-width: 100%; max-width: 300px;"
+ style="width: 95%; max-width: 300px;"
/>
</div>
</div>