Skip to content

Commit 2f9c5cb

Browse files
committed
Update home.md
1 parent 6dbbb81 commit 2f9c5cb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

home.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,23 @@ This documentation offers guidance on risk screening and provides pythons tools
6060
width: 250px;
6161
height: 250px;
6262
flex-shrink: 0;
63+
background-color: #F0F7FA;
64+
border-radius: 8px;
65+
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
66+
transition: background-color 0.3s ease;
67+
display: flex;
68+
align-items: center;
69+
justify-content: center;
70+
padding: 10px;
71+
}
72+
.tool-image:hover {
73+
background-color: #fe5f86;
6374
}
6475
.tool-image img {
6576
width: 100%;
6677
height: 100%;
6778
object-fit: cover;
6879
border-radius: 8px;
69-
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
7080
}
7181
.tool-content {
7282
flex: 1;
@@ -93,6 +103,7 @@ This documentation offers guidance on risk screening and provides pythons tools
93103
}
94104
</style>
95105

106+
96107
<div class="tools-grid">
97108

98109
<div class="tool-item">

0 commit comments

Comments
 (0)