botascopia-webiste-static/assets/css/_page-header.scss

11 lines
231 B
SCSS
Raw Normal View History

2026-02-11 11:27:05 +01:00
.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);
}
}