Skip to content

Commit ac34b4e

Browse files
Update main.scss
1 parent a5115c0 commit ac34b4e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

assets/css/main.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ $max-content-width: {{ site.max_width }};
2323
"tabler-icons/tabler-icons-filled.scss",
2424
"tabler-icons/tabler-icons-outline.scss"
2525
;
26+
27+
.profile-swap {
28+
width: 100%;
29+
height: auto;
30+
transition: 0.3s;
31+
}
32+
33+
.profile-swap:hover {
34+
content: url('/assets/img/pic_Lee1.png');
35+
}

0 commit comments

Comments
 (0)