This commit is contained in:
Saud Fatayerji 2023-04-18 05:18:20 +03:00
commit 8d1057477b

View file

@ -36,7 +36,7 @@
} }
.feature-card:hover { .feature-card:hover {
border: 2px solid rgba(0, 0, 0, .5); border: 1px solid rgba(0, 0, 0, .5);
cursor: pointer; cursor: pointer;
transform: scale(1.1); transform: scale(1.1);
} }
@ -109,4 +109,4 @@
</div> </div>
</body> </body>
</html> </html>