asapdiscovery / asapdiscovery.github.io

3 stars 4 forks source link

Set icon_width automatically on mobile #12

Open jchodera opened 1 year ago

jchodera commented 1 year ago

We should set icon_width to scale down on smaller mobile devices, maybe keeping the max size fixed to the current choice so things don't get silly on large screens: https://github.com/asapdiscovery/asapdiscovery.github.io/blob/main/themes/kube/layouts/section/pipeline.html#L18

jchodera commented 1 year ago

Whoops. Since Hugo is a static site generator, we need a different approach to responsive image sizing, like this one: https://www.adamwills.io/blog/responsive-images-hugo/