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">
|
<footer class="footer">
|
||||||
<div class="content has-text-centered">
|
<div class="content has-text-centered">
|
||||||
<p>
|
<p>
|
||||||
<strong>devfolio</strong>
|
<a href="https://github.com/mmacneil/devfolio" target="_blank" class="icon has-text-primary">
|
||||||
<a href="https://github.com/mmacneil/devfolio" target="_blank" class="icon">
|
<i class="fab fa-github"></i> devfolio</a>
|
||||||
<i class="fab fa-github"></i>
|
|
||||||
</a>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -3,15 +3,15 @@
|
|||||||
// Import Lato Google Font
|
// Import Lato Google Font
|
||||||
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
|
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
|
||||||
|
|
||||||
|
|
||||||
// Update Bulma's global variables
|
// Update Bulma's global variables
|
||||||
$family-sans-serif: "Lato", sans-serif;
|
$family-sans-serif: "Lato", sans-serif;
|
||||||
$widescreen-enabled: false;
|
$widescreen-enabled: false;
|
||||||
$fullhd-enabled: false;
|
$fullhd-enabled: false;
|
||||||
|
|
||||||
// Theme colors here
|
// Theme colors
|
||||||
$primary: #454545;
|
$primary: #454545;
|
||||||
|
|
||||||
|
|
||||||
// Update some of Bulma's component variables
|
// Update some of Bulma's component variables
|
||||||
$footer-padding: 3rem 1.5rem;
|
$footer-padding: 3rem 1.5rem;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user