Skip to content
Snippets Groups Projects
Commit c59ac80b authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

add gap & tighter leading

parent f799e750
Branches
No related tags found
2 merge requests!932add gap & tighter leading,!931Add gap & tighter leading
Pipeline #16883 passed
...@@ -1315,14 +1315,20 @@ img.full-width { ...@@ -1315,14 +1315,20 @@ img.full-width {
@media screen and (min-width: 1200px) { @media screen and (min-width: 1200px) {
/* Show the dropdown menu on hover */ /* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content, .dropdown:hover .dropdown-content,
.dropdown:focus .dropdown-content{ .dropdown:focus .dropdown-content {
display: block; display: flex;
flex-direction: column;
gap: 0.75rem;
background: black; background: black;
padding: 0.8rem; padding: 0.8rem;
margin-left: -0.8rem; margin-left: -0.8rem;
width: 100%; width: 100%;
} }
.dropdown-content li {
line-height: 1.4rem
}
.dropdown:hover, .dropdown:hover,
.dropdown:focus { .dropdown:focus {
background: black background: black
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment