Elektrine lite

← Feed

@ppk@front-end.social

Post #1756592

2026-04-12 16:03 UTC

@css Yes, that's a possibility, but it's too complicated for me, with all the different media queries and breakpoints. I'm currently working around the main style sheet, not with it. But thanks anyway.

Replies (1)

  • @css@front-end.social 2026-04-12 16:10

    @ppk It would be the same complexity as what you are doing for `--contentmd` since it only changes when that variable changes. Another alternative is to make the p element container-type: inline-size and you have max-width: 100cqw (but the float behavior will be slightly different as they will wrap as a block)

    Open ##1756593