Fix Mist style with sub menu (#479)

This commit is contained in:
Jinzhe Zeng 2022-03-06 02:02:51 -05:00 committed by GitHub
parent 68da294038
commit f002285fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
display: none;
}
.post-block:not(:first-child) {
.post-block:not(:first-of-type) {
margin-top: 120px;
}