9 lines
119 B
SCSS
9 lines
119 B
SCSS
.blog-heading {
|
|
.title {
|
|
animation-delay: 0.5s;
|
|
}
|
|
|
|
.subtitle, .details {
|
|
animation-duration: 1.5s;
|
|
}
|
|
}
|