mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Make hit areas bigger on nav
Bigger click areas make them quicker to hit, as per Fitt’s law: https://en.wikipedia.org/wiki/Fitts%27s_law
This commit is contained in:
@@ -38,12 +38,17 @@
|
|||||||
|
|
||||||
li {
|
li {
|
||||||
@include core-19;
|
@include core-19;
|
||||||
margin: 10px 0 0 0;
|
margin: 0;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
||||||
|
display: block;
|
||||||
|
padding: 5px 0;
|
||||||
|
position: relative;
|
||||||
|
top: 5px;
|
||||||
|
|
||||||
&:link,
|
&:link,
|
||||||
&:visited {
|
&:visited {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user