This commit is contained in:
2025-05-07 13:37:18 -07:00
parent 9b3639c850
commit ca78f267b8
3 changed files with 10 additions and 1 deletions

4
dist/app.css vendored
View File

@@ -12103,6 +12103,10 @@ section.multiblock-callout .callouts-wrapper .callout {
padding-left: 3rem;
display: flex;
gap: 1rem;
margin-bottom: 170px;
}
section.multiblock-callout .callouts-wrapper .callout:last-of-type {
margin: 0;
}
section.multiblock-callout .callouts-wrapper .callout .image-wrapper {
width: 31px;

View File

@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=099e96d934e937b07341f2ca9fb82ec2",
"/app.css": "/app.css?id=d248386ce132f1f5097afc85bbef6d61"
"/app.css": "/app.css?id=38865caa9093f25a5b62fa1e02b7408e"
}

View File

@@ -19,6 +19,11 @@ section.multiblock-callout {
padding-left: 3rem;
display: flex;
gap: 1rem;
margin-bottom: 170px;
&:last-of-type {
margin: 0;
}
.image-wrapper {
width: 31px;