This commit is contained in:
Roman Pyrih
2026-05-27 16:08:28 +02:00
parent f4eb901eda
commit 817e343090
4 changed files with 297 additions and 152 deletions

View File

@@ -100,4 +100,34 @@ body.page-id-11 {
}
}
}
.box-7 {
> .e-con-inner {
padding: 0;
border-style: solid;
border-color: #c0c0c0;
border-width: 1px 0 0 0;
}
.elementor-widget-image-box {
width: 100%;
border-style: solid;
border-color: #c0c0c0;
&:nth-child(1) {
border-width: 0 0 0 1px;
}
&:nth-child(2) {
border-width: 0 1px 0 1px;
}
&:nth-child(3) {
border-width: 0 1px 0 0;
}
> .elementor-image-box-wrapper {
max-width: 274px;
margin-left: auto;
margin-right: auto;
}
}
}
}