website: Decrease spacing between menu items

...as they were overflowing the page before.  Thanks to Amy Craig-Wood
for CSS wrangling!
s3-about
Nick Craig-Wood 2017-07-09 17:29:57 +01:00
parent e24d0ac94d
commit 542f938ce2
1 changed files with 6 additions and 0 deletions

View File

@ -39,3 +39,9 @@ h5:hover .header-link,
h6:hover .header-link {
opacity: 1;
}
/* Fix spacing between menu items */
.navbar-default .dropdown-menu>li>a {
padding-top: 6px;
padding-bottom: 6px;
}