updated of mobile media querys for top gap of newsfeed

This commit is contained in:
Markus 2023-04-27 13:43:04 +02:00
parent 335ffcda14
commit f828497c96

View File

@ -417,9 +417,6 @@ export default {
font-size: 23px; font-size: 23px;
z-index: 10; z-index: 10;
} }
.ds-grid {
padding-top: 1em;
}
} }
@media screen and (max-width: 650px) { @media screen and (max-width: 650px) {
// .top-filter-menu{ // .top-filter-menu{
@ -429,9 +426,5 @@ export default {
.newsfeed-controls { .newsfeed-controls {
margin-top: 32px; margin-top: 32px;
} }
.grid-margin-top {
margin-top: 6px;
}
} }
</style> </style>