Commit d82783fe authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

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

Fix GH-627: style error-step like last-step
parents 9bafdf60 9fb61705
...@@ -128,7 +128,8 @@ body { ...@@ -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 { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment