mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
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:
commit
d82783fed5
1 changed files with 4 additions and 2 deletions
|
@ -128,7 +128,8 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.last-step {
|
||||
.last-step,
|
||||
.error-step {
|
||||
&.slide {
|
||||
max-width: 38.75rem;
|
||||
}
|
||||
|
@ -159,7 +160,8 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
.last-step {
|
||||
.last-step,
|
||||
.error-step {
|
||||
.card {
|
||||
margin: 0 auto;
|
||||
width: 18.75rem;
|
||||
|
|
Loading…
Reference in a new issue