23 lines
282 B
SCSS
23 lines
282 B
SCSS
.page-container {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.title {
|
|
margin-bottom: 0;
|
|
font-size: 27px;
|
|
}
|
|
|
|
.description {
|
|
margin: 16px 0 25px;
|
|
text-align: center;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.image {
|
|
margin-top: 56px;
|
|
}
|