Merge pull request #630 from mewtaylor/issue/gh-627-error-reg

Fix GH-627: style error-step like last-step
This commit is contained in:
Matthew Taylor 2016-06-29 14:15:28 -04:00 committed by GitHub
commit d82783fed5

View file

@ -128,7 +128,8 @@ body {
} }
} }
.last-step { .last-step,
.error-step {
&.slide { &.slide {
max-width: 38.75rem; max-width: 38.75rem;
} }
@ -159,7 +160,8 @@ body {
} }
} }
.last-step { .last-step,
.error-step {
.card { .card {
margin: 0 auto; margin: 0 auto;
width: 18.75rem; width: 18.75rem;