为什么我的内容在 devtools 响应大小中没有填满整个宽度

Why is doesn't my content fill the full width in devtools responsive size

在响应模式下调整 window 的大小后访问 www.felkru.com 并在 chrome devtools 中打开它时,我的 content.The 错误的右侧也会出现一个栏在 iOS 上缩小时。在 Firefox 中,执行相同的步骤后,不会出现栏。我该如何解决这个问题?

图片有问题。 width: 100vwpadding 部分 .about

解决方案:

section {
  overflow: hidden;
}

#portrait {
  position: relative;
  left: 0;
  bottom: -0.3em;
  max-width: 100%;
}