Sam Richard
@Snugug
BBQ lead, ChromeOS DevRel. Mostly food, sometimes design and development, especially for the web. 7008px tall. He/him.
An archive of my Twitter timeline up until I moved to Mastodon. You can find me there at @[email protected]
Now that @firefox and @ChromiumDev are shipping CSS clamp()
(developer.mozilla.org/en-US/docs/Web/CSS/clamp), came up w/a nice little PE flexible padding; choose small or large for base
padding: 1.75rem;
[@supports](https://twitter.com/supports/) (padding: clamp(1.75rem, 5vw, 3rem)) {
padding: clamp(1.75rem, 5vw, 3rem);
}