1
0
Fork 0
hswro_org/_sass/pages/_page-service.scss

14 lines
230 B
SCSS
Raw Permalink Normal View History

.page-service {
2020-08-23 10:01:06 +00:00
.content {
> p {
&:first-of-type {
font-size: 1.6rem;
line-height: 1.4;
margin-bottom: 40px;
font-weight: regular;
color: rgb(104, 104, 104);
}
}
}
2018-12-09 07:21:01 +00:00
}