Skip to content

Commit

Permalink
Update Home.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushmaanagarwal1211 committed Jun 26, 2024
1 parent 6c02d5d commit 927f30a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/style/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
}

.content-box-home:hover .content-box-text {
transform: translateZ(40px) translateY(-3px) translateZ(40px);
transform:translateZ(40px);
letter-spacing:1px;
text-wrap: none !important;
text-shadow:
Expand All @@ -394,6 +394,7 @@
0 -6px 6px rgba(0, 0, 0, 0.3),
0 -7px 7px rgba(0, 0, 0, 0.2),
0 -8px 8px rgba(0, 0, 0, 0.1);
font-size: 20px !important;
}

.content-box-home:hover h2 {
Expand Down

0 comments on commit 927f30a

Please sign in to comment.