Skip to content
This repository was archived by the owner on Jan 11, 2020. It is now read-only.

Commit 0fca0ae

Browse files
anupm12prateek76
authored andcommitted
Participant website fixes #345 (#354)
* Add hover effect to footer icon fixes #344 * Changed the hover effect also added it to the participant card * Changed transition time and transition scale * Add personal website fild and display it fixes #345 * Changed transition time and scale * Solved conflicts
1 parent d02a838 commit 0fca0ae

File tree

3 files changed

+122
-19
lines changed

3 files changed

+122
-19
lines changed

css/main.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,3 +690,8 @@ input:checked + .slider:before {
690690

691691
}
692692

693+
/* personal website icon */
694+
.fas:hover {
695+
transform: scale(1.2);
696+
transition-duration: 0.4s;
697+
}

0 commit comments

Comments
 (0)