1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-06-28 13:44:33 +02:00

minor changes

This commit is contained in:
Anthony Stirling 2023-08-22 23:44:38 +01:00
parent 7741d60afd
commit 7c2f482b3b
2 changed files with 4 additions and 1 deletions

View File

@ -27,6 +27,8 @@
align-items: flex-start;
background: rgba(13, 110, 253, 0.05);
transition: transform 0.3s, border 0.3s;
transform-origin: center center;
outline: 2px solid transparent;
}
.feature-card a {
@ -43,7 +45,7 @@
}
.feature-card:hover {
border: 1px solid rgba(0, 0, 0, .5);
outline: 1px solid rgba(0, 0, 0, .5);
cursor: pointer;
transform: scale(1.1);
}

View File

@ -23,6 +23,7 @@
<script src="js/homecard.js"></script>
<div class=" container">
<br>
<input type="text" id="searchBar" onkeyup="filterCards()" placeholder="Search for features...">
<div class="features-container ">