Skip to content

Commit

Permalink
Merge pull request #430 from conversionxl/anoblet/feat/font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkmpt authored Aug 12, 2024
2 parents c1f7724 + e91cfb0 commit de80449
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/cxl-lumo-styles/scss/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,18 @@ form.processing button, vaadin-button[pending] {
vaadin-context-menu-item[theme~="cxl-context-menu-section-header"] {
pointer-events: none
}

/**
* Increase blog font size
* @see https://app.clickup.com/t/86b1dy579
* @since 2024.08.12
*/
body.theme-conversionxl-better {
--cxl-content-max-width: 48rem;

.archive-description,
.entry-content,
.entry-summary {
font-size: var(--lumo-font-size-l);
}
}

0 comments on commit de80449

Please sign in to comment.