Fix images overflowing

This commit is contained in:
swag 2023-06-14 11:38:04 -04:00
parent af27a356b6
commit a51371b3fc

View File

@ -47,3 +47,5 @@ pre > code {
} }
a:hover { cursor: url('/cursors/finger.cur'), auto; } a:hover { cursor: url('/cursors/finger.cur'), auto; }
img { max-width: 100%; }