micrach/static/error-image.css

14 lines
192 B
CSS
Raw Normal View History

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