mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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…
Reference in a new issue