有人可以告诉我为什么我的H3周围仍然有空间吗?
.contact {
width: 100%;
min-height: 500px;
background-color: #111;
padding: 5%;
}
.contact__title h3{
color: #fff;
text-align: center;
font-size: 50px;
}
.contact__title p {
color: #fff;
text-align: center;
font-size: 13px;
padding-top: 0px;
}