WIP
This commit is contained in:
5
dist/app.css
vendored
5
dist/app.css
vendored
@@ -12569,12 +12569,13 @@ section.services-blocks .block:first-of-type {
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
section.services-blocks .block:first-of-type {
|
||||
flex: 1 1 100%;
|
||||
flex: 1 1 30%;
|
||||
min-height: 100%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
section.services-blocks .block {
|
||||
flex: 1 1 calc(50% - 0.75rem);
|
||||
flex: 1 1 calc(35% - 0.75rem);
|
||||
}
|
||||
}
|
||||
section.services-blocks .large-arrow {
|
||||
|
||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"/app.js": "/app.js?id=ac271f1d4ead304b5ae143995cb9455e",
|
||||
"/app.css": "/app.css?id=d1a41f95b4155242bd796e9ebfbd17e1"
|
||||
"/app.css": "/app.css?id=3dd58c8a3e88b569e991bde2ea3f7916"
|
||||
}
|
||||
|
||||
@@ -50,12 +50,13 @@ section.services-blocks {
|
||||
background-color: $c-tan;
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
flex: 1 1 100%;
|
||||
flex: 1 1 30%;
|
||||
min-height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(lg) {
|
||||
flex: 1 1 calc(50% - 0.75rem);
|
||||
flex: 1 1 calc(35% - 0.75rem);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user