Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Mobile view #2786

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added BoxShadow Effect to Footer Links
sailaja-adapa committed Aug 6, 2024
commit fb7c0a1d412776f9b09cc5f571ca062569ec5009
1 change: 0 additions & 1 deletion frontend/src/style/Footer.css
Original file line number Diff line number Diff line change
@@ -347,7 +347,6 @@ ul a .mr-2 {
transform: scale(1);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
}

50% {
transform: scale(1.05);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);