mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-03 12:27:30 -05:00
fixed linting errors
This commit is contained in:
parent
4983fb3f8c
commit
f1c6f6c223
1 changed files with 9 additions and 9 deletions
|
@ -29,16 +29,16 @@ $medium-and-small: "screen and (max-width : #{$tablet}-1)";
|
|||
.preview {
|
||||
|
||||
.inner {
|
||||
@media #{$medium-and-small} {
|
||||
max-width: 90%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@media #{$medium-and-small} {
|
||||
margin: 0 auto;
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
@media #{$intermediate} {
|
||||
min-width: 640px;
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@media #{$intermediate} {
|
||||
margin: 0 auto;
|
||||
width: 90%;
|
||||
min-width: 640px;
|
||||
}
|
||||
}
|
||||
|
||||
.project-title {
|
||||
|
|
Loading…
Reference in a new issue