page header modifications
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
This commit is contained in:
parent
afe5885708
commit
e69e765586
5 changed files with 20 additions and 14 deletions
|
|
@ -10,6 +10,10 @@ main .page__header {
|
|||
|
||||
}
|
||||
|
||||
.page__type{
|
||||
margin-bottom: calc(var(--spacing) * 1);
|
||||
}
|
||||
|
||||
.page__title {
|
||||
max-width: var(--max-w-content);
|
||||
text-transform: uppercase;
|
||||
|
|
@ -17,8 +21,7 @@ main .page__header {
|
|||
font-size: var(--fs-medium);
|
||||
font-weight: 500;
|
||||
line-height: var(--leading-title);
|
||||
margin-top: calc(var(--spacing) * 1);
|
||||
margin-bottom: calc(var(--spacing) * 1.5);
|
||||
margin-bottom: calc(var(--spacing) * 2);
|
||||
|
||||
@media #{$small-up} {
|
||||
text-wrap: balance;
|
||||
|
|
@ -32,8 +35,8 @@ main .page__header {
|
|||
|
||||
.date{
|
||||
display: block;
|
||||
margin-top: calc(var(--spacing) * -1);
|
||||
margin-bottom: calc(var(--spacing) * 1.5);
|
||||
margin-top: calc(var(--spacing) * -1.5);
|
||||
margin-bottom: calc(var(--spacing) * 2);
|
||||
color: var(--color-txt-light);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue