We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96cdf9f + 4e97202 commit 9ac0ba7Copy full SHA for 9ac0ba7
assets/css/index.css
@@ -518,6 +518,7 @@ a:hover {
518
}
519
520
.usage {
521
+ height: 14rem;
522
display: flex;
523
flex-direction: column;
524
align-items: center;
@@ -526,14 +527,15 @@ a:hover {
526
527
padding: 10px;
528
529
.usage:hover{
530
+ box-sizing: border-box;
531
border: #4dc4ab solid 1px;
532
border-radius: 15px;
533
background-color: #212121;
534
535
536
.usage__icons {
537
width: 5rem;
- padding: 10px;
538
+ padding: 8px;
539
object-fit: cover;
540
541
/* .usage__icons:hover{
@@ -546,6 +548,7 @@ a:hover {
546
548
width: 10rem;
547
549
padding: 1rem 0;
550
text-align: center;
551
+ cursor:default;
552
553
554
/* Video Section Style */
0 commit comments