This commit is contained in:
Roman Pyrih
2026-03-10 12:04:22 +01:00
parent 64c4a90405
commit a3bc03a185
11 changed files with 262 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
.elementor-vertical-separator {
display: flex;
align-items: center;
height: 100%;
}
.elementor-vertical-separator__line {
width: 1px;
height: 100px;
background: #000;
}