14 lines
189 B
SCSS
14 lines
189 B
SCSS
.q3stats-about-modal-view {
|
|
p.lead {
|
|
margin-bottom: ($line-height-computed / 2);
|
|
}
|
|
|
|
p.lead + p.small {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
p:last-child {
|
|
margin-bottom: 0px;
|
|
}
|
|
}
|