feat(activity): activity page / feed separate

This commit is contained in:
Alexey Kasyanchuk
2018-06-16 23:29:58 +03:00
parent 545a0676c0
commit f09c6ab43f
6 changed files with 76 additions and 128 deletions

View File

@ -85,12 +85,12 @@
}
}
@media only screen and (max-width: 840px)
@media only screen and (max-width: 912px)
{
.header-row {
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
justify-content: center;
}
.search-panel {