11 lines
185 B
SCSS
11 lines
185 B
SCSS
section {
|
|
background: var(--iqser-grey-11);
|
|
align-items: center;
|
|
|
|
.content {
|
|
text-align: center;
|
|
padding: 20px 80px 30px;
|
|
line-height: 18px;
|
|
}
|
|
}
|