mirror of
https://github.com/yanislav-igonin/micrach
synced 2025-01-12 08:28:45 +03:00
9 lines
133 B
CSS
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%;
|
||
|
}
|