Filter draft for history

This commit is contained in:
2021-04-15 11:57:06 +02:00
parent dd80840c67
commit cced38ceac
4 changed files with 86 additions and 28 deletions

View File

@@ -209,6 +209,11 @@
justify-content: space-between;
}
.display-space-evenly {
display: flex;
justify-content: space-evenly;
}
.content p {
margin: 0;
padding: 0;
@@ -292,6 +297,10 @@
width: 50%;
}
.tree-fourth-width {
width: 75%;
}
.half-width.with-padding {
width: 45%;
}