我的网页使用 html 和 css 在页眉和页脚右侧显示白色 space

My webpage is showing white space on right side of header and footer build using html and css

我的网页在移动设备 phone 等小屏幕上的右侧可滚动侧显示为白色 space。它在大屏幕上工作正常,但在 phone 上使用时无法相应地调整其大小。请帮忙。

.row-header {
  padding: 0px auto;
  margin: 0px auto;
}

.jumbotron {
  background-color: #9e9e9e;
  padding: 60px 90px 60px 90px;
}

.jumbotron h1 {
  color: floralwhite;
  font-family: 'Libre Caslon Text', serif;
  letter-spacing: 3px;
  position: relative;
  text-align: center;
}

.jumbotron p {
  font-family: 'Dancing Script', cursive;
  font-size: 25px;
  color: antiquewhite;
  position: relative;
  text-align: center;
}

某些元素比屏幕大,无法适应。通过检查你会发现的元素来检查。得到项目 link?