Skip to content

Commit

Permalink
Merge pull request #1915 from nishant0708/footer-icon
Browse files Browse the repository at this point in the history
BUG:Footer Overlapping Issue #1615
  • Loading branch information
RishabhDhawad authored Jun 16, 2024
2 parents c59538e + f2d4559 commit ed239b9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
14 changes: 14 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2711,6 +2711,20 @@ body.dark-mode {
background-color: var(--old-rose_30);
}

/* Dark Mode Switch */
.dark-mode .switch-container {
right: 14px;
top: -16px;
}
.icons{
width: 400px;
flex-wrap: wrap;
align-items: center;
}

/**
* Dark Mode
*/

/* Dark Mode Switch */
.dark-mode .switch-container {
Expand Down
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1623,12 +1623,7 @@ <h2>Quick Links</h2>
<i class="fab fa-youtube" style="cursor: pointer;"></i>
</div>
</a>

<a href="https://github.com/anuragverma108" title="GitHub">
<div class="icon">
<i class="fab fa-github" style="cursor: pointer;"></i>
</div>
</a>

</div>


Expand Down

0 comments on commit ed239b9

Please sign in to comment.