Fix the pages cards so that the logos are also clickable

This commit is contained in:
2025-06-25 08:29:23 -05:00
parent b8472dbb41
commit 7491bcea80
2 changed files with 11 additions and 6 deletions

View File

@@ -72,6 +72,7 @@ main {
transition: transform 0.3s ease, box-shadow 0.3s ease;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
border: 1px solid #444;
text-decoration: none;
}
.section-card:hover {
@@ -97,6 +98,10 @@ main {
color: #ffffff;
}
.section-card object {
pointer-events: none;
}
.section-card p {
color: #c0c0c0;
font-size: 1rem;