edit and update data

This commit is contained in:
2019-11-28 22:25:52 +01:00
committed by smuddy
parent 6de7de7224
commit 8aeffc3c8f
31 changed files with 341 additions and 50 deletions

View File

@@ -0,0 +1,6 @@
.row {
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
width: 100%;
}