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 3b5748f commit d1c507eCopy full SHA for d1c507e
src/scss/style.scss
@@ -1,4 +1,5 @@
1
-$base-font-family: Roboto, sans-serif;
+$base-font-family: Roboto, Helvetica, sans-serif;
2
+$base-font-size: 17;
3
$base-heading-font-family: Arial Black;
4
$base-link-color: #0000ee;
5
$base-link-hover-color: #0000ff;
templates/coder.html
@@ -24,7 +24,7 @@
24
<div v-if="user" class="flex">
25
<div class="sidebar padh">
26
<header>
27
- <h4>{{ user.name }}</h4>
+ <h3>{{ user.name }}</h3>
28
</header>
29
<img :src="user.avatar_url" :alt="user.name" class="img-fluid">
30
<p>Joined GitHub {{ user.created_at|formatDate }}</p>
0 commit comments