reduce max size of 404 bottom image

This commit is contained in:
acarril 2023-05-02 09:54:04 -04:00
parent 1bcba1935d
commit 176f9928d5

View file

@ -373,5 +373,5 @@ main#content .bottom-image {
bottom: 0;
width: 30%;
height: auto;
max-width: 300px; /* Set the maximum width */
max-width: 200px; /* Set the maximum width */
}