hensei-web/components/AboutModal/index.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;
}
}