sign_in: fix the procedure preview not being hidden on mobile
This commit is contained in:
parent
85691b9f2e
commit
53fc7386f1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue