Skip to content

Commit e470f8a

Browse files
committed
scale has decreased and background color removed
1 parent 8a4781c commit e470f8a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/pages/index.module.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
}
4040

4141
.tweetContainer:hover {
42-
transform: scale(1.1);
43-
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
44-
background-color: #f0f0f0;
42+
transform: scale(0.8);
43+
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
4544
}

0 commit comments

Comments
 (0)