11 lines
231 B
SCSS
11 lines
231 B
SCSS
|
|
|
||
|
|
.page-header{
|
||
|
|
margin-top: calc(var(--spacing)*3);
|
||
|
|
background-color: red;
|
||
|
|
margin-bottom: calc(var(--spacing)*2);
|
||
|
|
|
||
|
|
.page-title{
|
||
|
|
font-size: var(--fs-title-page);
|
||
|
|
font-family: var(--font-title);
|
||
|
|
}
|
||
|
|
}
|