WIP
This commit is contained in:
8
dist/app.css
vendored
8
dist/app.css
vendored
@@ -12567,13 +12567,15 @@ section.services-blocks .block:nth-of-type(even) svg {
|
|||||||
section.services-blocks .block:first-of-type {
|
section.services-blocks .block:first-of-type {
|
||||||
background-color: #B9AF78;
|
background-color: #B9AF78;
|
||||||
}
|
}
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
section.services-blocks .block:first-of-type {
|
||||||
|
flex: 1 1 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
@media (min-width: 992px) {
|
@media (min-width: 992px) {
|
||||||
section.services-blocks .block {
|
section.services-blocks .block {
|
||||||
flex: 1 1 calc(50% - 0.75rem);
|
flex: 1 1 calc(50% - 0.75rem);
|
||||||
}
|
}
|
||||||
section.services-blocks .block .block:first-of-type {
|
|
||||||
flex: 1 1 100%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
section.services-blocks .large-arrow {
|
section.services-blocks .large-arrow {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||||
"/app.css": "/app.css?id=b62bae51bfeeb61c4cdaecdcac588755"
|
"/app.css": "/app.css?id=d1a41f95b4155242bd796e9ebfbd17e1"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -48,16 +48,14 @@ section.services-blocks {
|
|||||||
|
|
||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
background-color: $c-tan;
|
background-color: $c-tan;
|
||||||
|
|
||||||
|
@include media-breakpoint-up(lg) {
|
||||||
|
flex: 1 1 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include media-breakpoint-up(lg) {
|
@include media-breakpoint-up(lg) {
|
||||||
flex: 1 1 calc(50% - 0.75rem);
|
flex: 1 1 calc(50% - 0.75rem);
|
||||||
|
|
||||||
.block {
|
|
||||||
&:first-of-type {
|
|
||||||
flex: 1 1 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user