small changes

This commit is contained in:
zyqunix 2024-10-29 22:12:07 +01:00
parent ae8a96399b
commit 85fc1329ac
4 changed files with 43 additions and 12 deletions

View file

@ -102,11 +102,15 @@ body {
font-weight: normal;
}
#tool-div img {
.tool-media {
height: 200px;
border-radius: 10px;
cursor: pointer;
margin: 10px;
transition: 0.25s ease-in-out;
}
.tool-image.active {
opacity: 1;
}
.visit-tool {