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 2a31fab commit a65d363Copy full SHA for a65d363
docs/app/pages/About.vue
@@ -19,6 +19,7 @@
19
<div class="author-card-links">
20
<a href="https://github.com/marcosmoura" target="_blank" rel="noopener">GitHub</a>
21
<a href="https://linkedin.com/in/marcosvmmoura" target="_blank" rel="noopener">Linkedin</a>
22
+ <a href="mailto:[email protected]" target="_blank" rel="noopener">Email</a>
23
</div>
24
25
@@ -100,7 +101,18 @@
100
101
102
.author-card-links {
103
display: flex;
- flex-direction: column;
104
+
105
+ a {
106
+ margin-right: 24px;
107
+ position: relative;
108
109
+ + a:before {
110
+ position: absolute;
111
+ top: 0;
112
+ left: -16px;
113
+ content: "- "
114
+ }
115
116
}
117
118
0 commit comments