Skip to content

Commit 30d6ed3

Browse files
committed
docs: added documentation
1 parent b6717ca commit 30d6ed3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/techstack/techstack.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@
5959
font-size: 1.2em;
6060
cursor: pointer;
6161
color: #fff;
62-
transition: color 0.3s ease; /* Ensure uniform transition */
62+
transition: color 0.3s ease;
6363

6464
i {
6565
font-size: 3em;
6666
margin-bottom: 10px;
6767
color: inherit;
68-
transition: inherit; /* Use the same transition as the parent */
68+
transition: inherit;
6969
}
7070

7171
p {
7272
margin: 0;
7373
text-align: center;
7474
color: inherit;
75-
transition: inherit; /* Use the same transition as the parent */
75+
transition: inherit;
7676
}
7777

7878
&:hover {

0 commit comments

Comments
 (0)