WIP
This commit is contained in:
5
dist/app.css
vendored
5
dist/app.css
vendored
@@ -12531,6 +12531,11 @@ section.services-blocks {
|
||||
section.services-blocks h2, section.services-blocks .h2 {
|
||||
color: #fff;
|
||||
}
|
||||
section.services-blocks .blocks {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
section.services-blocks .block {
|
||||
padding: 2rem 1.5rem;
|
||||
background-color: #075179;
|
||||
|
||||
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=236bf64d3c7c8284a2645df6fe9c2013"
|
||||
"/app.css": "/app.css?id=97ed3d902fb6a22f47425089f6524862"
|
||||
}
|
||||
|
||||
@@ -8,6 +8,12 @@ section.services-blocks {
|
||||
color: $c-white;
|
||||
}
|
||||
|
||||
.blocks {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
.block {
|
||||
padding: 2rem 1.5rem;
|
||||
background-color: $c-lightNavy;
|
||||
|
||||
Reference in New Issue
Block a user