Merge branch 'fix/mobile-layout' into 'develop'

Fix big gap between panel switcher and column body on mobile

See merge request pleroma/pleroma-fe!177
This commit is contained in:
Shpuld Shpludson 2017-11-25 09:11:34 +00:00
commit f50aed3a63

View file

@ -22,6 +22,7 @@ h4 {
min-height: 100vh;
max-width: 980px;
background-color: rgba(0,0,0,0.15);
align-content: flex-start;
}
.text-center {