Fix images overflowing

This commit is contained in:
swagg boi 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; }
img { max-width: 100%; }