11-15-20_05:40:44

This commit is contained in:
Rax Ventus 2020-11-15 05:40:45 -07:00
parent 9469f8967b
commit a104f47555
2 changed files with 5 additions and 3 deletions

View File

@ -20,6 +20,7 @@ layout: default
<div class="author-name">{{ site.author }}</div>
<p class="bio">{{ authorData.bio }}</p>
{% for social in authorData.socials %}
<a href="{{ social.url }}" class="social-link {{ social.type }}-link">{{ social.type }}</a>
<a href="{{ social.url }}" class="social-link">{{ social.type }}</a>
<br>
{% endfor %}
</div>

View File

@ -1,9 +1,10 @@
.author-bio {
width: 50%;
float: left;
float: right;
border-radius: 12px;
border-width: 3px;
border-style: groove;
border-color: #0066ff;
padding-left: 4px;
margin-top: 5%;
}