|
|
@ -1,6 +1,6 @@
|
|
|
|
@import "~include-media/dist/_include-media.scss";
|
|
|
|
@import "~include-media/dist/_include-media.scss";
|
|
|
|
|
|
|
|
|
|
|
|
$breakpoints: (x-small: 430px, small: 660px, medium: 1000px, large: 1300px, x-large: 1560px, xx-large: 1900px);
|
|
|
|
$breakpoints: (x-small: 520px, small: 760px, medium: 1100px, large: 1400px, x-large: 1560px, xx-large: 2000px);
|
|
|
|
|
|
|
|
|
|
|
|
// Override Sass min()
|
|
|
|
// Override Sass min()
|
|
|
|
@function min($numbers...) {
|
|
|
|
@function min($numbers...) {
|
|
|
@ -76,8 +76,7 @@ $breakpoints: (x-small: 430px, small: 660px, medium: 1000px, large: 1300px, x-la
|
|
|
|
|
|
|
|
|
|
|
|
#project-grid {
|
|
|
|
#project-grid {
|
|
|
|
|
|
|
|
|
|
|
|
//padding: 10px;
|
|
|
|
margin: auto;
|
|
|
|
|
|
|
|
|
|
|
|
@include media("<=x-small") {
|
|
|
|
@include media("<=x-small") {
|
|
|
|
.GridSizer, .OneWide, .FourByOne, .Medium {
|
|
|
|
.GridSizer, .OneWide, .FourByOne, .Medium {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
@ -86,7 +85,7 @@ $breakpoints: (x-small: 430px, small: 660px, medium: 1000px, large: 1300px, x-la
|
|
|
|
|
|
|
|
|
|
|
|
@include media(">x-small", "<small") {
|
|
|
|
@include media(">x-small", "<small") {
|
|
|
|
.GridSizer, .OneWide, .Medium {
|
|
|
|
.GridSizer, .OneWide, .Medium {
|
|
|
|
width: 49%;
|
|
|
|
width: 49.5%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.FourByOne {
|
|
|
|
.FourByOne {
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
@ -95,10 +94,10 @@ $breakpoints: (x-small: 430px, small: 660px, medium: 1000px, large: 1300px, x-la
|
|
|
|
|
|
|
|
|
|
|
|
@include media(">=small", "<medium") {
|
|
|
|
@include media(">=small", "<medium") {
|
|
|
|
.GridSizer, .OneWide, .Medium {
|
|
|
|
.GridSizer, .OneWide, .Medium {
|
|
|
|
width: 33%;
|
|
|
|
width: 33.3%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.FourByOne {
|
|
|
|
.FourByOne {
|
|
|
|
width: 66%;
|
|
|
|
width: 66.6%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -116,16 +115,13 @@ $breakpoints: (x-small: 430px, small: 660px, medium: 1000px, large: 1300px, x-la
|
|
|
|
|
|
|
|
|
|
|
|
@include media(">=large", "<x-large") {
|
|
|
|
@include media(">=large", "<x-large") {
|
|
|
|
.GridSizer, .OneWide {
|
|
|
|
.GridSizer, .OneWide {
|
|
|
|
max-width: 300px;
|
|
|
|
|
|
|
|
width: 19.9%;
|
|
|
|
width: 19.9%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.Medium {
|
|
|
|
.Medium {
|
|
|
|
max-width: 600px;
|
|
|
|
|
|
|
|
width: 39.8%;
|
|
|
|
width: 39.8%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.FourByOne {
|
|
|
|
.FourByOne {
|
|
|
|
width: 59.5%;
|
|
|
|
width: 59.5%;
|
|
|
|
max-width: 900px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -155,7 +151,7 @@ $breakpoints: (x-small: 430px, small: 660px, medium: 1000px, large: 1300px, x-la
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.GridElement {
|
|
|
|
.GridElement {
|
|
|
|
padding: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.GridElementInternal {
|
|
|
|
.GridElementInternal {
|
|
|
|