Fix the pages cards so that the logos are also clickable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user