mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-06 15:18:48 +00:00
Updated the GitHub logo and mark
This commit is contained in:
parent
6d1b144d14
commit
edf44406d1
7 changed files with 8 additions and 12 deletions
|
@ -29,11 +29,7 @@
|
|||
font-weight: 500;
|
||||
text-decoration: none;
|
||||
}
|
||||
.footer-link.github img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
transform: scale(1.9);
|
||||
}
|
||||
|
||||
.footer-link.feather img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
@ -42,8 +38,8 @@
|
|||
|
||||
|
||||
.footer-link img {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
||||
height: 22px;
|
||||
object-fit:unset;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
|
|
@ -10,8 +10,9 @@ function Footer() {
|
|||
<span>Feather Feed</span>
|
||||
</a>
|
||||
<a href="https://github.com" target="_blank " className="footer-link github">
|
||||
<img src="/assets/icons/github.svg" alt="GitHub icon" />
|
||||
<span>GitHub</span>
|
||||
<img src="/assets/icons/github-mark.svg" alt="GitHub mark" />
|
||||
|
||||
<img src="/assets/icons/GitHub_Logo.png" alt="GitHub logo" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue