2022-04-27 18:43:02 +00:00
|
|
|
.citizen-body {
|
2020-06-12 18:16:45 +00:00
|
|
|
a.image {
|
2022-10-31 01:25:21 +00:00
|
|
|
display: inline-block;
|
2020-06-12 18:16:45 +00:00
|
|
|
overflow: hidden;
|
2022-10-31 01:25:21 +00:00
|
|
|
vertical-align: top; // get rid of that weird bottom gap from inline block
|
2021-03-06 14:39:59 +00:00
|
|
|
|
|
|
|
> img {
|
2023-07-07 21:02:27 +00:00
|
|
|
transition: var( --transition-hover );
|
|
|
|
transition-property: transform;
|
2021-03-06 14:39:59 +00:00
|
|
|
}
|
2022-10-31 01:25:21 +00:00
|
|
|
|
2022-11-18 21:22:27 +00:00
|
|
|
// Add affordance to replace magnify icon
|
2022-10-31 01:25:21 +00:00
|
|
|
&:hover:not( .lazy ):not( .new ) {
|
|
|
|
> img {
|
|
|
|
transform: scale( 1.1 );
|
|
|
|
}
|
|
|
|
}
|
2020-06-12 18:16:45 +00:00
|
|
|
}
|
2020-06-11 02:35:54 +00:00
|
|
|
}
|