Skip to content

Commit

Permalink
update: github icon location styling
Browse files Browse the repository at this point in the history
  • Loading branch information
amylour committed Oct 6, 2024
1 parent a22c399 commit d0e4786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ body {
background-color: var(--neutral-off-white);
}

.footer .github-icon {
.github-icon {
color: var(--accent-orange-red);
font-size: 24px;
text-decoration: none;
Expand Down
6 changes: 1 addition & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ <h5 class="modal-title" id="aboutModalLabel">About Bites</h5>
<div class="modal-body">
<p>Bites is a task management application designed to help you organise and prioritise your tasks efficiently—because managing tasks shouldn’t break your flow!</p>
<p class="punchline mt-2 mb-2 font-weight-bold">Your tasks, your way... bite-sized.</p>
<a href="https://github.com/amylour/bites" class="github-icon mt-3" alt="Bites GitHub repo link"><i class="fab fa-github"></i></a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
Expand Down Expand Up @@ -98,11 +99,6 @@ <h5 class="modal-title" id="contactModalLabel">Contact Us</h5>
</div>
</div>
</div>

<!-- Footer -->
<footer class="footer">
<a href="https://github.com/amylour/bites" class="github-icon" alt="Bites GitHub repo link"><i class="fab fa-github"></i></a>
</footer>
</body>

<!-- Custom JS -->
Expand Down

0 comments on commit d0e4786

Please sign in to comment.