mirror of
https://github.com/rclone/rclone
synced 2024-11-15 14:57:03 +01:00
website: Decrease spacing between menu items
...as they were overflowing the page before. Thanks to Amy Craig-Wood for CSS wrangling!
This commit is contained in:
parent
e24d0ac94d
commit
542f938ce2
6
docs/static/css/custom.css
vendored
6
docs/static/css/custom.css
vendored
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user