@bigfishtv/cockpit
Version:
35 lines (29 loc) • 474 B
text/less
.sections {
padding: @padding-small;
margin: @margin-medium 0;
text-align: center;
background: @grey-200;
border: 1px solid @light-grey;
@media @small-down {
padding: @padding-small;
}
&:first-child {
margin-top: 0;
}
&:last-child {
margin-top: 0;
}
p {
margin-left: auto;
margin-right: auto;
max-width: 32rem;
color: @grey-500;
line-height: @line-height-small;
&:last-child {
margin-bottom: 0;
}
}
}
.sections-title {
margin: 0;
}