page header modifications
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s

This commit is contained in:
Julie Blanc 2026-02-24 18:00:22 +01:00
parent afe5885708
commit e69e765586
5 changed files with 20 additions and 14 deletions

View file

@ -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);
}