micrach/static/error-image.css

9 lines
133 B
CSS
Raw Normal View History

2021-09-05 15:35:20 +03:00
.error-image {
max-width: 50%;
max-height: 50%;
transition: 0.2s;
}
.error-image:hover {
max-width: 60%;
max-height: 60%;
}