mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-04 12:51:28 -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 {
|
.preview {
|
||||||
|
|
||||||
.inner {
|
.inner {
|
||||||
@media #{$medium-and-small} {
|
@media #{$medium-and-small} {
|
||||||
max-width: 90%;
|
margin: 0 auto;
|
||||||
margin: 0 auto;
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media #{$intermediate} {
|
@media #{$intermediate} {
|
||||||
min-width: 640px;
|
margin: 0 auto;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: 0 auto;
|
min-width: 640px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-title {
|
.project-title {
|
||||||
|
|
Loading…
Reference in a new issue