hotwired / stimulus

A modest JavaScript framework for the HTML you already have
https://stimulus.hotwired.dev/
MIT License
12.67k stars 420 forks source link

Website: size of fonts #198

Closed kud closed 5 years ago

kud commented 5 years ago

Hello,

I'd just like to say that the font-size of the homepage (https://stimulusjs.org/) is way too big.

image

Plus, the unzoom/zoom only works on a part of the website, this one:

Stimulus is a JavaScript framework with modest ambitions. It doesn’t seek to take over your entire front-end—in fact, it’s not concerned with rendering HTML at all. Instead, it’s designed to augment your HTML with just enough behavior to make it shine. Stimulus pairs beautifully with Turbolinks to provide a complete solution for fast, compelling applications with a minimal amount of effort.

The rest of the website is (un)zoomable.

It could be great to use (r)em for the font-size and adjust this to the resolution of the screen. :)

javan commented 5 years ago

Thanks, we made a few adjustments.

I'd just like to say that the font-size of the homepage (https://stimulusjs.org/) is way too big.

Ditto for your browser window!

kud commented 5 years ago

Thank you @javan :)