10 lines
143 B
SCSS
10 lines
143 B
SCSS
.page-description {
|
|
// uses parent gap for bottom margin
|
|
|
|
p {
|
|
color: $ui-fleet-black-75;
|
|
margin: 0;
|
|
font-size: $x-small;
|
|
}
|
|
}
|