Remove margins in language selector list

This commit is contained in:
Philipp Oppermann
2020-11-11 13:16:40 +01:00
parent 656b1c1ab2
commit 8fd8e42490

View File

@@ -277,6 +277,10 @@ aside#all-posts-link {
margin-top: .5rem; margin-top: .5rem;
} }
#language-selector li {
margin-top: 0;
}
aside#all-posts-link { aside#all-posts-link {
position: fixed; position: fixed;
top: 1.25rem; top: 1.25rem;