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:
Chris Hill-Scott
2017-08-07 11:43:43 +01:00
parent dc356b6c7c
commit db98af7ec3

View File

@@ -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;