15 lines
232 B
SCSS
15 lines
232 B
SCSS
.text-container {
|
|
flex: 1;
|
|
padding: 50px 0;
|
|
.top{
|
|
margin-top: 142px;
|
|
margin-bottom: 25px;
|
|
.title{
|
|
font-weight: bold;
|
|
text-align: center;
|
|
font-size: $huge-font-size1;
|
|
font-family: 'Poppins-Bold', serif;
|
|
}
|
|
}
|
|
}
|