Skip to content

Commit

Permalink
fix(storefront): Wrap author and date on PageLayout (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes authored Apr 11, 2024
1 parent 6f202c8 commit 58b1008
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/storefront/layouts/PageLayout/PageLayout.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,18 @@
.content {
padding: 0;
}

.title {
text-align: left;
}

.meta {
flex-direction: column;
text-align: left;
gap: var(--fds-spacing-1);
}

.separator {
display: none;
}
}

0 comments on commit 58b1008

Please sign in to comment.