changes
This commit is contained in:
parent
9432fb5afd
commit
2b6d98748f
2 changed files with 20 additions and 1 deletions
|
|
@ -373,3 +373,15 @@ footer {
|
|||
justify-self: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#pleroma {
|
||||
.container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
div {
|
||||
flex: 1 0 280px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue