Projects wip.
This commit is contained in:
parent
39bf353b1f
commit
8bbeff7b8c
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
8
src/dist/index.html
vendored
8
src/dist/index.html
vendored
@ -446,6 +446,14 @@
|
|||||||
<a class="button is-link">Link</a>
|
<a class="button is-link">Link</a>
|
||||||
</div> -->
|
</div> -->
|
||||||
|
|
||||||
|
<footer class="footer">
|
||||||
|
<div class="content has-text-centered">
|
||||||
|
<p>
|
||||||
|
<strong>devfolio</strong> by <a href="https://fullstackmark.com">Mark Macneil</a>.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<script src="js/bundle.js"></script>
|
<script src="js/bundle.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -16,8 +16,8 @@ $family-sans-serif: "Lato", sans-serif;
|
|||||||
$grey-dark: $brown;
|
$grey-dark: $brown;
|
||||||
$grey-light: $beige-light;
|
$grey-light: $beige-light;
|
||||||
//$primary: $purple;
|
//$primary: $purple;
|
||||||
//$link: $pink;
|
$link: $pink;
|
||||||
$link: $black;
|
//$link: $black;
|
||||||
$widescreen-enabled: false;
|
$widescreen-enabled: false;
|
||||||
$fullhd-enabled: false;
|
$fullhd-enabled: false;
|
||||||
|
|
||||||
@ -26,6 +26,7 @@ $fullhd-enabled: false;
|
|||||||
$control-border-width: 2px;
|
$control-border-width: 2px;
|
||||||
$input-border-color: transparent;
|
$input-border-color: transparent;
|
||||||
$input-shadow: none;
|
$input-shadow: none;
|
||||||
|
$footer-padding: 3rem 1.5rem;
|
||||||
|
|
||||||
/* Styles */
|
/* Styles */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user