(PDOC-93) Ensure search bar doesn't overlap item list in nav bar

This commit is contained in:
Will Hopper 2016-11-07 14:23:45 -08:00
parent 2e64a37327
commit 46af92731d
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
/* Ensure the search bar doesn't overlap with links */
.fixed_header {
padding-bottom: 25px;
}
#full_list {
padding-top: 15px;
}