CodePudding user response:
picture problem. width: 100vw
and padding
section .about
solution:
#section {
overflow: hidden;
}
or
#portrait {
position: relative;
left: 0;
bottom: -0.3em;
max-width: 100%;
}
CodePudding user response:
picture problem. width: 100vw
and padding
section .about
solution:
#section {
overflow: hidden;
}
or
#portrait {
position: relative;
left: 0;
bottom: -0.3em;
max-width: 100%;
}