appropriately sized tap targets

This commit is contained in:
Gabriele Musco 2021-12-21 10:04:57 +01:00
parent 6819e4dc89
commit 7607cf97e7
No known key found for this signature in database
GPG Key ID: 0587A5D65B5DC99E
1 changed files with 6 additions and 0 deletions

View File

@ -151,6 +151,11 @@ table {
a {
color: $accent_color;
}
a, span {
// appropriately sized tap targets
display: inline-block;
padding: 6px;
}
&.nav-circles {
display: flex;
flex-direction: row;
@ -368,6 +373,7 @@ ul.list {
.nerdlink {
display: inline-block;
cursor: pointer;
padding: 0 6px; // appropriately sized tap targets
}
#searchbar {
@extend a;