https://kotlinlang.org logo
#kobweb
Title
# kobweb
g

Garrett Coughlin

10/29/2023, 3:27 PM
Hi @David Herman, Had a question about adjusting media queries (if possible). I have 2 screens which I want to add 2 more media queries to make it more responsive and flow better. Is there a way to add more breakpoints to the app? I see where it’s being defined
Copy code
var breakpoints: BreakpointValues<CSSUnitValue> = BreakpointSizes(
    30.cssRem,
    48.cssRem,
    62.cssRem,
    80.cssRem,
)
I’ve been looking through the InitSilk call on load, which is where I have updated themes and registered my own styles. Is this where I can make adjustments to other Silk properties?