edited post elements

This commit is contained in:
jorge-vitrubio 2024-03-12 14:20:12 +01:00
parent 8dc7d50403
commit 2f4861857a
1 changed files with 5 additions and 1 deletions

View File

@ -339,7 +339,6 @@
width: 100%;
}
.filter {
display: inline-block;
width: 45%;
margin-top: 0.5rem;
margin-right: 0.3em;
@ -348,6 +347,11 @@
margin-bottom: 2rem;
}
}
&:last-of-type:after {
content: "";
display: inline-block;
width: 100%;
}
}
}
}