WIP
This commit is contained in:
4
dist/app.css
vendored
4
dist/app.css
vendored
@@ -12103,6 +12103,10 @@ section.multiblock-callout .callouts-wrapper .callout {
|
|||||||
padding-left: 3rem;
|
padding-left: 3rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
margin-bottom: 170px;
|
||||||
|
}
|
||||||
|
section.multiblock-callout .callouts-wrapper .callout:last-of-type {
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
section.multiblock-callout .callouts-wrapper .callout .image-wrapper {
|
section.multiblock-callout .callouts-wrapper .callout .image-wrapper {
|
||||||
width: 31px;
|
width: 31px;
|
||||||
|
|||||||
2
dist/mix-manifest.json
vendored
2
dist/mix-manifest.json
vendored
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
|
||||||
"/app.css": "/app.css?id=d248386ce132f1f5097afc85bbef6d61"
|
"/app.css": "/app.css?id=38865caa9093f25a5b62fa1e02b7408e"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,11 @@ section.multiblock-callout {
|
|||||||
padding-left: 3rem;
|
padding-left: 3rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 1rem;
|
gap: 1rem;
|
||||||
|
margin-bottom: 170px;
|
||||||
|
|
||||||
|
&:last-of-type {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.image-wrapper {
|
.image-wrapper {
|
||||||
width: 31px;
|
width: 31px;
|
||||||
|
|||||||
Reference in New Issue
Block a user