Bigger scale value for aside images

This commit is contained in:
daudix
2024-09-18 19:02:01 +03:00
parent 2469f64eb7
commit 9f880be3f2

View File

@ -120,7 +120,7 @@ img {
&[src*="#start"],
&[src*="#end"] {
&:hover {
transform: scale(1.6);
transform: scale(2);
}
@media only screen and (max-width: 720px) {