css order field actus

This commit is contained in:
2021-12-22 21:51:13 +01:00
parent a6b0f30a61
commit e34aecbd69
3 changed files with 19 additions and 9 deletions
@@ -34,9 +34,15 @@
display: flex;
flex-direction: column;
:nth-child(1) { order: 1; }
:nth-child(4) { order: 2; }
:nth-child(5) { order: 3; }
// :nth-child(1) { order: 1; }
// :nth-child(4) { order: 2; }
// :nth-child(5) { order: 3; }
:nth-child(1) { order: 3; }
:nth-child(2) { order: 1; }
:nth-child(3) { order: 2; }
:nth-child(4) { order: 4; }
a{
color: $blue-dark;
}