This commit is contained in:
parent
7b3ebb3ca4
commit
f61b6e8840
9 changed files with 264 additions and 140 deletions
23
assets/css/template/_page-single.scss
Normal file
23
assets/css/template/_page-single.scss
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
.main__single {
|
||||
|
||||
.page__header{
|
||||
max-width: var(--max-w-content);
|
||||
border-bottom: var(--border-light);
|
||||
padding-bottom: calc(var(--spacing)*1);
|
||||
|
||||
.page__description{
|
||||
margin-bottom: calc(var(--spacing)*1);
|
||||
|
||||
}
|
||||
@include figure-16-9();
|
||||
}
|
||||
|
||||
|
||||
.page__content{
|
||||
max-width: var(--max-w-content);
|
||||
margin-top: calc(var(--spacing)*3);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue