mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 09:29:14 -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 {
|
||||
@include core-19;
|
||||
margin: 10px 0 0 0;
|
||||
margin: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
display: block;
|
||||
padding: 5px 0;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
|
||||
&:link,
|
||||
&:visited {
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user