We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48686f1 commit 80bc6bbCopy full SHA for 80bc6bb
css/presentation-section.css
@@ -8,8 +8,7 @@
8
font-size: 2.4rem;
9
color: var(--default-secundary-font-color);
10
animation: 1s show-presentation ease;
11
- margin-top: 0.7rem;
12
- margin-bottom: 0.7rem;
+ margin: 0.7rem;
13
}
14
15
.presentation-main-skill {
@@ -19,8 +18,7 @@
19
18
animation-duration: 1s;
20
animation-delay: 0.2s;
21
animation-fill-mode: forwards;
22
23
+ margin: 0.7rem 0;
24
25
26
.presentation-description {
@@ -29,6 +27,5 @@
29
27
30
28
animation-delay: 0.4s;
31
32
33
34
0 commit comments