Style name a little more uniquely

This commit is contained in:
Ian Adam Naval 2021-09-24 21:39:16 -04:00
parent ab8cac13d9
commit c5525f0e88
2 changed files with 16 additions and 1 deletions

View File

@ -5,9 +5,15 @@
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>{{ site.title }}</li>
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
<li><a href="https://keybase.io/{{ site.keybase }}">keybase.io/{{ site.keybase }}</a></li>
<li>
<pre class="footer-name">IAN
ADAM
NAVAL
MA
L</pre>
</li>
</ul>
</div>

View File

@ -130,6 +130,15 @@
margin-bottom: $spacing-unit / 2;
}
.footer-name {
background: none;
border: 0;
color: $grey-color;
margin: $spacing-unit / 2 0 0 0;
overflow-x: auto;
padding: 0;
}
.contact-list,
.social-media-list {
list-style: none;