mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-06-13 19:55:26 -04:00
remove global .icon style
This commit is contained in:
@@ -21,6 +21,12 @@
|
||||
line-height: 2.3;
|
||||
}
|
||||
|
||||
.icon {
|
||||
width: 1.3em;
|
||||
height: 1.3em;
|
||||
vertical-align: -0.2em;
|
||||
}
|
||||
|
||||
.nextjs:hover {
|
||||
color: var(--medium);
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@ const Footer = () => (
|
||||
<div className={styles.powered_by}>
|
||||
Made with{" "}
|
||||
<span className={styles.heart} title="Love">
|
||||
<HeartIcon />
|
||||
<HeartIcon className={styles.icon} />
|
||||
</span>{" "}
|
||||
and{" "}
|
||||
<a
|
||||
@@ -33,7 +33,7 @@ const Footer = () => (
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<NextjsLogo fill="currentColor" />
|
||||
<NextjsLogo className={styles.icon} fill="currentColor" />
|
||||
</a>
|
||||
.{" "}
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user