10 lines
195 B
CSS
10 lines
195 B
CSS
.container {
|
|
align-items: center;
|
|
background-color: var(--UI-Grey-10);
|
|
border-radius: var(--Corner-radius-xl);
|
|
display: flex;
|
|
height: 370px;
|
|
justify-content: center;
|
|
width: 100%;
|
|
}
|