micrach/static/styles/error-image.css
2021-10-16 13:14:45 +03:00

14 lines
200 B
CSS

.error-image-link {
max-width: 200px;
max-height: 200px;
transition: 0.2s;
}
.error-image-link:hover {
max-width: 300px;
max-height: 300px;
}
.error-image {
width: 100%;
height: 100%;
}