This commit is contained in:
parent
e7da4d77b5
commit
20bdf428e4
25 changed files with 648 additions and 88 deletions
|
|
@ -29,4 +29,23 @@
|
|||
@media #{$small} {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
[data-template="newsletter"],
|
||||
[data-template="about"],
|
||||
[data-template="privacy-policy"],
|
||||
[data-template="legal-notices"]{
|
||||
.page__header{
|
||||
border-bottom: none;
|
||||
padding-bottom: 0px;
|
||||
|
||||
.page__title{
|
||||
text-align: center;
|
||||
border-bottom: var(--border-medium);
|
||||
padding-bottom: calc(var(--spacing) * 0.5);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue