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
title: Site Title
title: kabhijit
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.
owner:
name: Your Name
avatar: bio-photo.jpg
name: Abhijit Kshirsagar
avatar: kAbhijit_02_600px.jpg
bio: "A brief description of yourself."
email: #emailaddress
# Do not include the @ symbol in your Twitter username

View File

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