Sin resumen de edición |
Sin resumen de edición |
||
| Línea 8: | Línea 8: | ||
. | .citizen-body a.image:hover:not(.lazy):not(.new) > img { | ||
transform: none | |||
} | } | ||
Revisión del 02:12 3 sep 2023
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--width-layout: 1280px; /* Slightly wider content */
}
.citizen-body a.image:hover:not(.lazy):not(.new) > img {
transform: none
}