We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831f143 commit 9a02995Copy full SHA for 9a02995
src/assets/bluesky.svg
src/components/social-tray/social-tray.js
@@ -21,7 +21,7 @@ export default class SocialTray extends HTMLElement {
21
</li>
22
23
<li class="${styles.socialIcon}">
24
- <a href="https://bsky.app/profile/projectevergreen.bsky.social" title="BlueSky" class="${styles.blueskySocialIcon}">
+ <a href="https://bsky.app/profile/projectevergreen.bsky.social" title="BlueSky">
25
${blueskyIcon}
26
</a>
27
src/components/social-tray/social-tray.module.css
@@ -21,8 +21,9 @@
.socialIcon svg {
fill: var(--color-secondary);
}
+
.blueskySocialIcon {
- transform: scale(1.7) translateY(-2px);
+ /* transform: scale(1.7) translateY(-2px); */
28
29
@media screen and (min-width: 768px) {
0 commit comments