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 9d12af9 commit 533dbcdCopy full SHA for 533dbcd
src/app/styles/contact-card.module.css
@@ -25,3 +25,9 @@
25
text-decoration: underline;
26
color: red;
27
}
28
+
29
+@media (max-width: 500px) {
30
+ .linkHead {
31
+ display: none;
32
+ }
33
+}
src/components/articles/contact-card.tsx
@@ -37,7 +37,8 @@ export default function ContactCard(): ReactNode {
37
href="https://www.linkedin.com/in/liqiangsprofile/"
38
rel="noreferrer"
39
>
40
- <span>https://www.linkedin.com/in/liqiangsprofile/</span>
+ <span className={styles.linkHead}>https://www.linkedin.com/in/</span>
41
+ <span>liqiangsprofile</span>
42
<i
43
className="fas fa-external-link-alt"
44
style={{ fontSize: '0.8em' }}
0 commit comments