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

12 lines
160 B
CSS

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