mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 12:20:24 -04:00
linting fixes
This commit is contained in:
parent
32ab0202bc
commit
e014906125
1 changed files with 2 additions and 2 deletions
|
@ -202,9 +202,9 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
width: $player-width;
|
||||
|
||||
@media #{$small} {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
|
||||
.stage-wrapper {
|
||||
.stage-wrapper {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue