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
|
// The procedure description can still be read from the /commencer
|
||||||
// pages.
|
// pages.
|
||||||
@media (max-width: $two-columns-breakpoint) {
|
@media (max-width: $two-columns-breakpoint) {
|
||||||
.procedure-description {
|
.procedure-preview {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue