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

add gap & tighter leading

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