Fix Profile Image

This commit is contained in:
Abhijit Kshirsagar 2025-02-27 22:45:48 +05:30
parent 380f510a5a
commit 35d4824a92
4 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
# Site wide configuration # Site wide configuration
title: Site Title title: kabhijit
locale: en_US locale: en_US
logo: # filename of a logo image that has been placed into your images directory logo: logo.png # filename of a logo image that has been placed into your images directory
# Enter the following platform usernames if you would like for them to appear on your site. # Enter the following platform usernames if you would like for them to appear on your site.
owner: owner:
name: Your Name name: Abhijit Kshirsagar
avatar: bio-photo.jpg avatar: kAbhijit_02_600px.jpg
bio: "A brief description of yourself." bio: "A brief description of yourself."
email: #emailaddress email: #emailaddress
# Do not include the @ symbol in your Twitter username # Do not include the @ symbol in your Twitter username

View File

@ -389,7 +389,7 @@ $button-size: 1.5rem;
display: none; display: none;
.bio-photo { .bio-photo {
max-width: 110px; max-width: 110px;
@include rounded(150px); @include rounded(10px);
} }
@media #{$small} { @media #{$small} {
display: block; display: block;
@ -418,7 +418,7 @@ $button-size: 1.5rem;
.bio-photo, .bio-photo,
p, p,
.author-social { .author-social {
max-width: 150px; max-width: 200px;
} }
} }
@media #{$x-large} { @media #{$x-large} {

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 15 KiB