21 lines
305 B
SCSS
21 lines
305 B
SCSS
.mainBox {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
|
|
.pic {
|
|
width: 522px;
|
|
height: 322px;
|
|
// opacity: 0.3;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.text {
|
|
font-size: 26px;
|
|
color: $color_font_two;
|
|
font-weight: 400;
|
|
}
|
|
}
|