Files
AIProd/styles/text.scss

15 lines
225 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';
}
}
}