mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Fix confict resolution error
I missed one of the changes when resolving conflicts.
This commit is contained in:
parent
7af2c8a80a
commit
47f71c2758
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ $stage-width: 480px;
|
|||
.inner {
|
||||
margin: 0 auto;
|
||||
|
||||
@media #{$medium-and-small} {
|
||||
@media #{$medium-and-smaller} {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue