10 lines
170 B
SCSS
10 lines
170 B
SCSS
.AboutModal p {
|
|
font-size: $font-regular;
|
|
line-height: 1.24;
|
|
margin: 0;
|
|
margin-bottom: $unit * 2;
|
|
|
|
&:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|