12 lines
145 B
SCSS
12 lines
145 B
SCSS
.container {
|
|
font-weight: 400;
|
|
font-size: 24px;
|
|
line-height: 38px;
|
|
color: #575757;
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
.paragraph {
|
|
margin: 0;
|
|
}
|