我的网页上显示的是右边的空白,可滚动的小屏幕,比如手机。它在大屏幕上工作良好,但在手机上使用时,它无法相应地调整其大小。请帮帮忙。
.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;
}发布于 2019-08-15 18:32:59
有些元素比屏幕大,不适应。通过检查您将找到的元素进行检查。找到项目链接了吗?
https://stackoverflow.com/questions/57514074
复制相似问题