micrach/static/error-image.css
2021-09-05 15:35:20 +03:00

9 lines
133 B
CSS

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