creation date and edit button wip

This commit is contained in:
Gaëlle Morin
2019-11-06 15:44:53 +01:00
parent db352b31fc
commit b5dbbf7384
2 changed files with 17 additions and 9 deletions

View File

@ -195,6 +195,11 @@ h5 {
}
}
.space-between {
display: flex;
justify-content: space-between;
}
.section {
border-bottom: 1px solid $color-221-51-90;
padding: 4.5rem;