mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
added wrap to flex-line
This commit is contained in:
parent
cb6979926d
commit
ef9a0fe770
@ -1,5 +1,3 @@
|
||||
<div class="description">
|
||||
|
||||
<router-outlet></router-outlet>
|
||||
<h1 i18n>
|
||||
Pour commencer
|
||||
@ -44,4 +42,3 @@
|
||||
<a [routerLink]="'/step/answers'" class="btn btn-block" i18n>
|
||||
Continuer
|
||||
</a>
|
||||
</div>
|
@ -3,6 +3,7 @@
|
||||
.flex-line {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
|
||||
& > input,
|
||||
& > select {
|
||||
|
Loading…
Reference in New Issue
Block a user