Don’t hesitate to contact us if you have any feedback.

Tag: Font size

  • Firefox – Change devtool font-size

    Firefox – Change devtool font-size

    As a successful web developer, I’ve come to rely on a myriad of tools and tricks to streamline my workflow and enhance productivity. One of the gems I’ve discovered over the years is the ability to customize the Firefox Developer Tools to better suit my needs. Here’s a quick guide on how to adjust the…

    Read more

  • SCSS – Min-Max interpolation

    SCSS – Min-Max interpolation

    Responsive design often requires fluid scaling of elements to fit different screen sizes. A typical use case is scaling typography, where font sizes should adjust between a minimum and maximum size based on the viewport/container-size. To facilitate this, we use min-max interpolation techniques. SCSS Helper Functions The SCSS code includes several functions designed to enable…

    Read more