Fix dropdown menu position in Liquid

This commit is contained in:
natsoni 2024-04-08 15:53:51 +09:00
parent 91a8a8be34
commit f2f86457ee
No known key found for this signature in database
GPG key ID: C65917583181743B

View file

@ -91,6 +91,10 @@ li.nav-item {
}
}
.dropdown-container {
margin-top: 4px;
}
nav {
box-shadow: 0px 0px 15px 0px #000;
}