Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cxl-lumo-styles): increase blog font size #430

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird indent?


.archive-description,
.entry-content,
.entry-summary {
Comment on lines +363 to +365
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I've tried such in the past and always run into elements in surrounding areas requiring invites to the party: sidebars, footers, etc.

Global preset, individually reduced on demand, may be the saner thing in the end.

font-size: var(--lumo-font-size-l);
}
}
Loading