mirror of
https://github.com/rclone/rclone.git
synced 2025-01-13 20:38:12 +02: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 {
|
h6:hover .header-link {
|
||||||
opacity: 1;
|
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