Bigger scale value for aside images

This commit is contained in:
daudix 2024-09-18 19:02:01 +03:00
parent 2469f64eb7
commit 9f880be3f2
No known key found for this signature in database
GPG Key ID: 93ECF15D3053D81C

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) {