forked from Transparency/kgroad-frontend2
13 lines
180 B
SCSS
13 lines
180 B
SCSS
.paragraph {
|
|
font-size: 24px;
|
|
font-weight: 300;
|
|
line-height: 29px;
|
|
}
|
|
|
|
@media screen and (max-width: 550px) {
|
|
.paragraph {
|
|
font-size: 18px;
|
|
line-height: 22px;
|
|
}
|
|
}
|