Fix clicking the edges of clickables

This commit is contained in:
Banzobotic
2023-08-20 21:28:53 +01:00
parent 27172c2a19
commit 2a11de7571
2 changed files with 36 additions and 0 deletions

View File

@@ -152,6 +152,10 @@ a {
transform: scale(0.95);
filter: brightness(0.8);
}
&::before {
border-radius: 2rem;
}
}
.has-icon {