Mais ações
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 6: | Linha 6: | ||
transform: scale(0.9) | transform: scale(0.9) | ||
} | } | ||
.citizen-body a.image:hover:not(.lazy):not(.new) > img { | |||
transform: scale(1.0); | |||
} | |||
.thumbcaption{ | .thumbcaption{ | ||
text-align:center; | text-align:center; | ||
Edição das 16h50min de 10 de março de 2024
img {
border-radius: 50%;
transform: scale(0.9);
}
a.image {
transform: scale(0.9)
}
.citizen-body a.image:hover:not(.lazy):not(.new) > img {
transform: scale(1.0);
}
.thumbcaption{
text-align:center;
color: var(--color-base--subtle);
}
a.image:hover{
transform: scale(1.0);
}
img:hover {
transform: scale(1.0);
}