Projects wip.
This commit is contained in:
parent
04dfea2454
commit
2d4e8ae8a9
8
src/dist/index.html
vendored
8
src/dist/index.html
vendored
@ -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>
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user