Skip to content

Commit 9ac0ba7

Browse files
authored
Merge pull request #21 from SujalSamai/main
Hover effect fixed
2 parents 96cdf9f + 4e97202 commit 9ac0ba7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/css/index.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,7 @@ a:hover {
518518
}
519519

520520
.usage {
521+
height: 14rem;
521522
display: flex;
522523
flex-direction: column;
523524
align-items: center;
@@ -526,14 +527,15 @@ a:hover {
526527
padding: 10px;
527528
}
528529
.usage:hover{
530+
box-sizing: border-box;
529531
border: #4dc4ab solid 1px;
530532
border-radius: 15px;
531533
background-color: #212121;
532534
}
533535

534536
.usage__icons {
535537
width: 5rem;
536-
padding: 10px;
538+
padding: 8px;
537539
object-fit: cover;
538540
}
539541
/* .usage__icons:hover{
@@ -546,6 +548,7 @@ a:hover {
546548
width: 10rem;
547549
padding: 1rem 0;
548550
text-align: center;
551+
cursor:default;
549552
}
550553

551554
/* Video Section Style */

0 commit comments

Comments
 (0)