Skip to content
Snippets Groups Projects

fix(webapp): fix space between filter buttons and posts or donation bar on newsfeed

4 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -46,6 +46,6 @@ export default {
.donation-info {
display: flex;
flex: 1;
margin-bottom: $space-x-small;
margin-bottom: 3vh;
}
</style>
Loading