WIP
This commit is contained in:
5
dist/app.css
vendored
5
dist/app.css
vendored
@@ -12532,11 +12532,14 @@ section.services-blocks h2, section.services-blocks .h2 {
|
||||
color: #fff;
|
||||
}
|
||||
section.services-blocks .block {
|
||||
padding: 1rem;
|
||||
padding: 2rem 1.5rem;
|
||||
}
|
||||
section.services-blocks .block svg {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
section.services-blocks .block h3, section.services-blocks .block .h3 {
|
||||
font-weight: bold;
|
||||
}
|
||||
section.services-blocks .block:first-of-type {
|
||||
background-color: #B9AF78;
|
||||
color: #fff;
|
||||
|
||||
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=6bd9da49db887c3c78f84abd19cc5eb2"
|
||||
"/app.css": "/app.css?id=5eac0e800d054e042b38219bfbe29f71"
|
||||
}
|
||||
|
||||
@@ -9,12 +9,16 @@ section.services-blocks {
|
||||
}
|
||||
|
||||
.block {
|
||||
padding: 1rem;
|
||||
padding: 2rem 1.5rem;
|
||||
|
||||
svg {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
&:first-of-type {
|
||||
background-color: $c-tan;
|
||||
color: $c-white;
|
||||
|
||||
Reference in New Issue
Block a user