Added top padding to h2 elements so not under menubar
This commit is contained in:
parent
86d55c1c4d
commit
9ae64ffba9
1 changed files with 4 additions and 0 deletions
|
@ -2,3 +2,7 @@
|
|||
.dropdown-menu {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding-top: 40px;
|
||||
}
|
Loading…
Add table
Reference in a new issue