Adjust Mastodon icon down 1 px
This commit is contained in:
parent
751f1c7d81
commit
30ec64dd66
1 changed files with 6 additions and 1 deletions
|
@ -104,7 +104,12 @@
|
|||
padding: 0 0.5rem;
|
||||
}
|
||||
|
||||
#social-menu-mastodon img { content: var(--mastodon-icon); }
|
||||
#social-menu-mastodon img {
|
||||
content: var(--mastodon-icon);
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
#social-menu-github img { content: var(--github-icon); }
|
||||
#social-menu-instagram img { content: var(--instagram-icon); }
|
||||
#social-menu-feed img { content: var(--feed-icon); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue