Projects wip.

This commit is contained in:
mmacneil 2019-08-22 22:26:16 -03:00
parent 04dfea2454
commit 2d4e8ae8a9
2 changed files with 5 additions and 7 deletions

8
src/dist/index.html vendored
View File

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

View File

@ -3,15 +3,15 @@
// Import Lato Google Font
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
// Update Bulma's global variables
$family-sans-serif: "Lato", sans-serif;
$widescreen-enabled: false;
$fullhd-enabled: false;
// Theme colors here
// Theme colors
$primary: #454545;
// Update some of Bulma's component variables
$footer-padding: 3rem 1.5rem;