Fix up footer.
This commit is contained in:
parent
2d4e8ae8a9
commit
945c17b4d3
2
src/dist/css/main.bundle.css
vendored
2
src/dist/css/main.bundle.css
vendored
File diff suppressed because one or more lines are too long
2
src/dist/index.html
vendored
2
src/dist/index.html
vendored
@ -428,7 +428,7 @@
|
|||||||
<div class="content has-text-centered">
|
<div class="content has-text-centered">
|
||||||
<p>
|
<p>
|
||||||
<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 has-text-primary">
|
||||||
<i class="fab fa-github"></i> devfolio</a>
|
<i class="fab fa-github"></i> <strong>devfolio</strong></a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -8,7 +8,7 @@ $family-sans-serif: "Lato", sans-serif;
|
|||||||
$widescreen-enabled: false;
|
$widescreen-enabled: false;
|
||||||
$fullhd-enabled: false;
|
$fullhd-enabled: false;
|
||||||
|
|
||||||
// Theme colors
|
// More theme colors could be added here...
|
||||||
$primary: #454545;
|
$primary: #454545;
|
||||||
|
|
||||||
|
|
||||||
@ -19,6 +19,7 @@ $footer-padding: 3rem 1.5rem;
|
|||||||
|
|
||||||
.card-gap {margin-top:1.75rem}
|
.card-gap {margin-top:1.75rem}
|
||||||
.modal-trigger { cursor: pointer; }
|
.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 everything - alternatively import just what you need: https://bulma.io/documentation/overview/modular/
|
||||||
@import "~bulma/bulma";
|
@import "~bulma/bulma";
|
||||||
|
Loading…
Reference in New Issue
Block a user