File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 88 font-size : 2.4rem ;
99 color : var (--default-secundary-font-color );
1010 animation : 1s show-presentation ease;
11- margin : 0.7rem ;
11+ margin : 0.7rem 0 ;
1212}
1313
1414.presentation-main-skill {
1515 font-size : 1.8rem ;
16- animation-name : show-presentation-main-skill;
17- animation-timing-function : ease;
18- animation-duration : 1s ;
19- animation-delay : 0.2s ;
20- animation-fill-mode : forwards;
16+ animation : 1s ease 0.2s forwards show-presentation-main-skill;
2117 margin : 0.7rem 0 ;
2218}
2319
2420.presentation-description {
25- animation-name : show-presentation-main-skill;
26- animation-timing-function : ease;
27- animation-duration : 1s ;
28- animation-delay : 0.4s ;
29- animation-fill-mode : forwards;
21+ animation : show-presentation-main-skill 1s ease 0.4s forwards;
3022 margin : 0.7rem 0 ;
3123}
You can’t perform that action at this time.
0 commit comments