在此页面上(响应式站点正在进行中),包含 div(文章)的背景图像与最长的句子 (p) 一样宽。所以它们没有列宽(#main = 30em)。我可以用 CSS 做什么来使所有 div 与列一样宽,并且仍然保持它们的响应能力完好无损?
#agenda #main article {
margin-bottom: 1em;
background: #fff url() repeat;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border: 0;
}
#agenda #main article h3 {
color: #666;
letter-spacing: 0.2em;
text-transform: lowercase;
line-height: 100%;
margin-bottom: .4em;
padding-top: .4em;
}
#agenda #main article h4 {
color: #666;
letter-spacing: 0.2em;
text-transform: lowercase;
line-height: 100%;
margin-bottom: .4em;
padding-top: .4em;
}
#agenda #main article p {
color: #666;
}