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