我的 CSS 中有以下内容:
body {
@include outer-container;
color: $Dark-Blue;
background-color: $Light-Blue;
}
.main{
@include span-columns(12);
background-color: $White;
}
.main 区域的顶部有一个小间隙 - 有没有办法让它一直延伸到查看区域的顶部?我在 net.bourbon.io 网站上查找了信息(也查看了 w3schools.com 网站),但我认为我问的问题不正确,所以不知道如何搜索...