Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
style(consultation): adjust margin
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Dec 7, 2022
1 parent 45c0831 commit c1a2f6e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions components/consultation/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,15 @@
}
.has-selected-consultor .selectable {
@apply flex-col;
@apply flex-col items-start;
@screen md {
@apply ml-4;
}
select {
@screen md {
@apply ml-4 mt-2;
@apply ml-0 mt-2;
}
}
}
Expand Down

0 comments on commit c1a2f6e

Please sign in to comment.