15 lines
243 B
CSS
15 lines
243 B
CSS
|
.dv-decoration-9 {
|
||
|
position: relative;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
.dv-decoration-9 svg {
|
||
|
position: absolute;
|
||
|
left: 0px;
|
||
|
top: 0px;
|
||
|
transform-origin: left top;
|
||
|
}
|