所以基本上问题在标题中。当我减小屏幕尺寸时,列会落在下面,但开始与下面的行重叠。
我只是想知道我是否确实缺少某些明显的东西。我似乎找不到适合我的解决方案。
请参阅下面的屏幕截图和代码...
#section-headings {
font-size: 44px;
}
h1 {
text-align: center;
color: #ffffff !important;
}
h2 {
text-align: center;
}
#tag-line {
color: #ffffff !important;
}
#main-header {
margin: 0;
}
.jumbotron {
background-image: url(../images/alaska-landscape.jpg);
background-size: cover;
height: 100vh;
width: 100%;
margin: 0;
}
#services {
background-color: #fC99B0;
height: 100vh;
width: 100%;
margin: 0;
}
#services-col {
padding: 80px;
}
#general-text {
text-align: justify;
}
#about {
background-color: #8589FC;
height: 100vh;
width: 100%;
margin: 0;
}
#previous-work {
background-color: …Run Code Online (Sandbox Code Playgroud)