Commit 43fcf513 authored by Juan Manuel Solaro's avatar Juan Manuel Solaro

(chore) change margin and text alignment for tags filter in mobile view

1 merge request!486WIP: (feat): Minds Pro (development branch) - Release 2
Pipeline #75940504 passed with stages
in 27 minutes and 53 seconds
......@@ -11,6 +11,24 @@ m-pro--channel {
background-color: var(--transparent-background-color);
}
@media screen and (max-width: 480px) {
.m-pro--channel {
.m-proChannelTopbar__SearchBox {
display: none;
}
.m-proChannel__categories {
justify-content: start;
}
.m-proChannel__body {
margin-top: 10px;
}
}
}
.m-pro--channel {
max-width: 1296px;
margin: 0 auto;
......@@ -232,10 +250,4 @@ m-pro--channel {
}
}
@media screen and (max-width: 480px) {
.m-proChannelTopbar__SearchBox {
display: none;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment