17 lines
285 B
SCSS
17 lines
285 B
SCSS
section {
|
|
background: #ecedf0;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.content {
|
|
width: 440px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
text-align: center;
|
|
padding-top: 20px;
|
|
padding-bottom: 30px;
|
|
line-height: 18px;
|
|
}
|