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