7 lines
128 B
SCSS
7 lines
128 B
SCSS
|
|
section#support {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
align-items: center;
|
||
|
|
padding: 6rem;
|
||
|
|
background: var(--c-1);
|
||
|
|
}
|