10 lines
109 B
SCSS
10 lines
109 B
SCSS
|
@import "../../variables";
|
||
|
|
||
|
.p-title {
|
||
|
margin: 0;
|
||
|
font-size: 4.4rem;
|
||
|
&__link {
|
||
|
color: $fg_0;
|
||
|
}
|
||
|
}
|