WIP
This commit is contained in:
3
dist/app.css
vendored
3
dist/app.css
vendored
@@ -12634,6 +12634,9 @@ section.blue-background-grid .blocks {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
section.blue-background-grid .blocks .block {
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
section.blue-background-grid .blocks .block:first-of-type {
|
section.blue-background-grid .blocks .block:first-of-type {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-right: 50%;
|
padding-right: 50%;
|
||||||
|
|||||||
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=f9aa068377e8f0a7fc252e84458abffd"
|
"/app.css": "/app.css?id=70dd4944c819191291fb9595329f064f"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -29,11 +29,15 @@ section.blue-background-grid {
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.block:first-of-type {
|
.block {
|
||||||
|
width: 50%;
|
||||||
|
|
||||||
|
&:first-of-type {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-right: 50%;
|
padding-right: 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: $c-tan;
|
color: $c-tan;
|
||||||
|
|||||||
Reference in New Issue
Block a user