mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-27 05:11:42 -04:00
parent
bad6e1cca6
commit
ae8c25e2c4
2 changed files with 26 additions and 26 deletions
|
@ -57,7 +57,7 @@
|
|||
"react-onclickoutside": "0.3.1",
|
||||
"react-slick": "git://github.com/mewtaylor/react-slick.git#remove-deprecation-warnings",
|
||||
"routes-to-nginx-conf": "0.0.4",
|
||||
"sass-lint": "1.2.0",
|
||||
"sass-lint": "1.3.2",
|
||||
"sass-loader": "2.0.1",
|
||||
"scratchr2_translations": "git://github.com/mewtaylor/scratchr2_translations.git#feature/packageify",
|
||||
"slick-carousel": "1.5.8",
|
||||
|
|
|
@ -48,44 +48,44 @@ $mobile: 480px;
|
|||
|
||||
//4 columns
|
||||
@media only screen and (max-width: $mobile - 1) {
|
||||
#view {
|
||||
text-align: center;
|
||||
}
|
||||
#view {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.inner {
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
}
|
||||
.inner {
|
||||
margin: 0 auto;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
//6 columns
|
||||
@media only screen and (min-width: $mobile) and (max-width: $tablet - 1) {
|
||||
#view {
|
||||
text-align: center;
|
||||
}
|
||||
#view {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.inner {
|
||||
margin: 0 auto;
|
||||
width: $mobile;
|
||||
}
|
||||
.inner {
|
||||
margin: 0 auto;
|
||||
width: $mobile;
|
||||
}
|
||||
}
|
||||
|
||||
//8 columns
|
||||
@media only screen and (min-width: $tablet) and (max-width: $desktop - 1) {
|
||||
#view {
|
||||
text-align: center;
|
||||
}
|
||||
#view {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.inner {
|
||||
margin: 0 auto;
|
||||
width: $tablet;
|
||||
}
|
||||
.inner {
|
||||
margin: 0 auto;
|
||||
width: $tablet;
|
||||
}
|
||||
}
|
||||
|
||||
//12 columns
|
||||
@media only screen and (min-width: $desktop) {
|
||||
.inner {
|
||||
margin: 0 auto;
|
||||
width: $desktop;
|
||||
}
|
||||
.inner {
|
||||
margin: 0 auto;
|
||||
width: $desktop;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue