How to change the size of the profile photo? #1066
-
Hello, I got stuck in changing the size of the profile photo. Your help is highly appreciated! Moreover, the icons are a little bit big for me. How can I make it smaller? |
Beta Was this translation helpful? Give feedback.
Answered by
alshedivat
Jan 1, 2023
Replies: 1 comment 7 replies
-
you will need to edit CSS styles to make these changes. specifically:
|
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
chang-cai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you will need to edit CSS styles to make these changes. specifically:
width: 30%
here (https://github.com/alshedivat/al-folio/blob/master/_sass/_base.scss#L117) to any other size you want.font-size: 4rem
here (https://github.com/alshedivat/al-folio/blob/master/_sass/_base.scss#L256) to control the size of the social icons at the bottom of the page.