sign_in: fix the procedure preview not being hidden on mobile

This commit is contained in:
Pierre de La Morinerie 2021-04-15 17:45:42 +02:00
parent 85691b9f2e
commit 53fc7386f1

View file

@ -10,7 +10,7 @@
// The procedure description can still be read from the /commencer
// pages.
@media (max-width: $two-columns-breakpoint) {
.procedure-description {
.procedure-preview {
display: none;
}
}