8 lines
119 B
CSS
8 lines
119 B
CSS
.dv-decoration-2 {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|