Skip to content

Instantly share code, notes, and snippets.

@baggepinnen
Created September 12, 2023 07:54
Show Gist options
  • Save baggepinnen/70b8eeb8ffb2c1b31c4e1e991f227006 to your computer and use it in GitHub Desktop.
Save baggepinnen/70b8eeb8ffb2c1b31c4e1e991f227006 to your computer and use it in GitHub Desktop.
Make Pluto cells wider in a smart way
html"""main {
max-width: 1050px;
align-self: flex-start;
margin-left: 70px;
}
pluto-helpbox {
width: clamp(300px,calc(100vw - 781px),600px)
}
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment