mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Fix reversed media query for bullted list
This commit is contained in:
13
main.less
13
main.less
@@ -475,10 +475,13 @@ body {
|
||||
.post-item {
|
||||
.flex-display();
|
||||
.align-items(center);
|
||||
list-style: none;
|
||||
|
||||
display: list-item;
|
||||
list-style: disc inside;
|
||||
|
||||
.meta {
|
||||
.meta();
|
||||
display: none;
|
||||
|
||||
min-width: 100px;
|
||||
text-align: right;
|
||||
margin-right: @vspacing/2;
|
||||
@@ -533,10 +536,10 @@ body {
|
||||
.container {
|
||||
.content {
|
||||
.post-item {
|
||||
display: list-item;
|
||||
list-style: disc inside;
|
||||
list-style: none;
|
||||
|
||||
.meta {
|
||||
display: none;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user