Skip to content

Commit 8263ead

Browse files
committed
minor change in scss format
1 parent 7468530 commit 8263ead

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

sass/main.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,9 @@ nav {
297297
transition: 0.3s;
298298
}
299299

300-
img:hover {opacity: 0.7;}
300+
img:hover {
301+
opacity: 0.7;
302+
}
301303
}
302304

303305
.slick-arrow {
@@ -371,14 +373,13 @@ nav {
371373
display: block;
372374
width: 80%;
373375
max-width: 700px;
374-
filter: blur(0);
375376
animation-name: zoom;
376377
animation-duration: 0.6s;
377378
}
378379

379380
@keyframes zoom {
380-
from {transform:scale(0)}
381-
to { transform: scale(1); }
381+
from { transform: scale(0); }
382+
to { transform: scale(1); }
382383
}
383384

384385
#close {

0 commit comments

Comments
 (0)