Skip to content

Commit

Permalink
style update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragdata committed Jun 28, 2024
1 parent 38370a0 commit ec2155f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/user-metadata.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
</p>
{% endif %}
{%- if user.name %}
<div class="mb-3 mr-1">
<div class="mb-3 mr-2">
{% octicon mark-github height:20 class:"mr-2 v-align-middle" aria-label:GitHub %}
<a href="https://github.com/{{ user.login }}">
@{{ user.login }}
</a>
</div>
{%- endif %}
{%- if user.email %}
<div class="mb-3 mr-1">
<div class="mb-3 mr-2">
{% octicon mail height:20 class:"mr-2 v-align-middle" aria-label:email %}
<a href="mailto:{{ user.email }}">
{{ user.email }}
Expand Down
4 changes: 0 additions & 4 deletions docs/assets/css/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,3 @@
}

@import "jekyll-theme-profile";

.mr-1 {
margin-right: 1pt;
}

0 comments on commit ec2155f

Please sign in to comment.