Fix up footer.

This commit is contained in:
mmacneil 2019-08-22 22:33:08 -03:00
parent 2d4e8ae8a9
commit 945c17b4d3
3 changed files with 4 additions and 3 deletions

File diff suppressed because one or more lines are too long

2
src/dist/index.html vendored
View File

@ -428,7 +428,7 @@
<div class="content has-text-centered">
<p>
<a href="https://github.com/mmacneil/devfolio" target="_blank" class="icon has-text-primary">
<i class="fab fa-github"></i> devfolio</a>
<i class="fab fa-github"></i> <strong>devfolio</strong></a>
</p>
</div>
</footer>

View File

@ -8,7 +8,7 @@ $family-sans-serif: "Lato", sans-serif;
$widescreen-enabled: false;
$fullhd-enabled: false;
// Theme colors
// More theme colors could be added here...
$primary: #454545;
@ -19,6 +19,7 @@ $footer-padding: 3rem 1.5rem;
.card-gap {margin-top:1.75rem}
.modal-trigger { cursor: pointer; }
a.icon > strong {margin-left:.25rem}
// import everything - alternatively import just what you need: https://bulma.io/documentation/overview/modular/
@import "~bulma/bulma";