edited post elements
This commit is contained in:
parent
8dc7d50403
commit
2f4861857a
|
@ -339,7 +339,6 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.filter {
|
.filter {
|
||||||
display: inline-block;
|
|
||||||
width: 45%;
|
width: 45%;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
margin-right: 0.3em;
|
margin-right: 0.3em;
|
||||||
|
@ -348,6 +347,11 @@
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&:last-of-type:after {
|
||||||
|
content: "";
|
||||||
|
display: inline-block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue