cycat-project-website/_sass/pages/services/_page-services-single.scss

14 lines
238 B
SCSS
Raw Normal View History

2018-12-09 08:21:01 +01:00
.page-services-single {
2020-08-23 12:01:06 +02: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 08:21:01 +01:00
}