1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-07-02 15:30:39 +02:00

Update home.html

This commit is contained in:
Anthony Stirling 2023-04-17 17:16:18 +01:00 committed by GitHub
parent 872b36124f
commit 5ae72f3e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
}
.feature-card {
border: 1px solid rgba(0, 0, 0, .25);
border: 2px solid rgba(0, 0, 0, .25);
border-radius: 0.25rem;
padding: 1.25rem;
display: flex;
@ -36,7 +36,7 @@
}
.feature-card:hover {
border: 2px solid rgba(0, 0, 0, .5);
border: 1px solid rgba(0, 0, 0, .5);
cursor: pointer;
transform: scale(1.1);
}