Files
AIProd/styles/text.scss
2025-10-10 10:41:39 +08:00

21 lines
312 B
SCSS

.text-container {
flex: 1;
padding: 50px 0;
.top{
margin-top: 100px;
margin-bottom: 50px;
.title{
font-weight: bold;
text-align: center;
font-size: $huge-font-size1;
}
.date{
text-align: center;
font-size: $mid-font-size;
color: $main-color;
font-weight: 400;
}
}
}