This commit is contained in:
sakrecoer 2020-12-25 17:34:40 +01:00
parent 9432fb5afd
commit 2b6d98748f
2 changed files with 20 additions and 1 deletions

View file

@ -373,3 +373,15 @@ footer {
justify-self: center;
}
}
#pleroma {
.container {
display: flex;
flex-wrap: wrap;
div {
flex: 1 0 280px;
}
}
}