Skip to content

Commit

Permalink
Update groupside.html
Browse files Browse the repository at this point in the history
  • Loading branch information
afaji authored Nov 24, 2024
1 parent c7b2e00 commit a9d5413
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions _pages/groupside.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,9 @@

/* Social Icons */
.social-icons {
position: absolute;
bottom: 10px; /* Adjust placement as needed */
bottom: 3px; /* Adjust placement as needed */
right: 0;
display: flex;
gap: 10px;
gap: 3px;

opacity: 0; /* Fully hidden */
visibility: hidden; /* Prevents interaction when hidden */
Expand All @@ -95,7 +93,7 @@
}

.social-icons a {
font-size: 1.2rem;
font-size: 0.6rem;
color: #333; /* Default icon color */
text-decoration: none;
transition: color 0.3s ease;
Expand Down

0 comments on commit a9d5413

Please sign in to comment.