Skip to content

Commit 80bc6bb

Browse files
committed
replace margin-top and margin-bottom to margin
1 parent 48686f1 commit 80bc6bb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

css/presentation-section.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
font-size: 2.4rem;
99
color: var(--default-secundary-font-color);
1010
animation: 1s show-presentation ease;
11-
margin-top: 0.7rem;
12-
margin-bottom: 0.7rem;
11+
margin: 0.7rem;
1312
}
1413

1514
.presentation-main-skill {
@@ -19,8 +18,7 @@
1918
animation-duration: 1s;
2019
animation-delay: 0.2s;
2120
animation-fill-mode: forwards;
22-
margin-top: 0.7rem;
23-
margin-bottom: 0.7rem;
21+
margin: 0.7rem 0;
2422
}
2523

2624
.presentation-description {
@@ -29,6 +27,5 @@
2927
animation-duration: 1s;
3028
animation-delay: 0.4s;
3129
animation-fill-mode: forwards;
32-
margin-top: 0.7rem;
33-
margin-bottom: 0.7rem;
30+
margin: 0.7rem 0;
3431
}

0 commit comments

Comments
 (0)