appropriately sized tap targets
This commit is contained in:
parent
6819e4dc89
commit
7607cf97e7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue