]> git.ipfire.org Git - thirdparty/systemd.git/commit
docs: contain image sizing and prevent overflow on mobile
authorRito Rhymes <rito@ritovision.com>
Thu, 12 Mar 2026 01:55:22 +0000 (21:55 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 12 Mar 2026 08:38:03 +0000 (09:38 +0100)
commite5a6cc3a6f675305f2877a578af106b14930eecb
tree13bf215c884618d5b095e5e3ef62b3dfd4ac6e4a
parentf18df62e712b65234cd27cca69f83e1e01a572f9
docs: contain image sizing and prevent overflow on mobile

`max-width: 100%` keeps images from expanding beyond
their container and creating horizontal overflow scroll
on small screens.

`height: auto` ensures the image scales proportionally
when width is adjusted.
docs/style.css