micrach/static/error-image.css
2021-09-05 16:02:17 +03:00

14 lines
192 B
CSS

.error-image-link {
max-width: 50%;
max-height: 50%;
transition: 0.2s;
}
.error-image-link:hover {
max-width: 60%;
max-height: 60%;
}
.error-image {
width: 100%;
height: 100%;
}