Fix missing padding above newsfeed for mobile view

This commit is contained in:
Markus 2023-03-03 17:43:02 +01:00
parent ee6f72c09a
commit aea21b0989

View File

@ -400,5 +400,8 @@ export default {
font-size: 23px;
z-index: 10;
}
.ds-grid{
padding-top: 1em;
}
}
</style>