Commit 9fb61705 authored by Matthew Taylor's avatar Matthew Taylor

style error-step like last-step

Since they're both mostly info cards. Fixes #627.
parent 9bafdf60
...@@ -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