1e jet du formulaire d'ajout de sauts

This commit is contained in:
Sébastien André
2019-10-28 12:15:25 +01:00
parent 08f04480d5
commit 1a5cc2ed4e
6 changed files with 103 additions and 19 deletions

View File

@@ -1,6 +1,13 @@
.example-container {
display: flex;
flex-direction: column;
min-width: 150px;
max-width: 500px;
width: 100%;
background-color: black;
color: white;
padding: 15px
}
.example-container>* {