fix: update error image sizes

This commit is contained in:
Yanislav Igonin 2021-10-16 13:45:55 +03:00
parent 4d83b91ade
commit 9d14673bb5

View File

@ -1,10 +1,8 @@
.error-image-link {
max-width: 200px;
max-height: 200px;
transition: 0.2s;
}
.error-image-link:hover {
max-width: 300px;
max-height: 300px;
}