小编The*_*ear的帖子

在较小的屏幕上查看时,引导程序行重叠

所以基本上问题在标题中。当我减小屏幕尺寸时,列会落在下面,但开始与下面的行重叠。

我只是想知道我是否确实缺少某些明显的东西。我似乎找不到适合我的解决方案。

请参阅下面的屏幕截图和代码...

#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)

html css bootstrap-4

0
推荐指数
1
解决办法
1027
查看次数

标签 统计

bootstrap-4 ×1

css ×1

html ×1