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>
|
||||
</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>
|
||||
</body>
|
||||
|
||||
|
@ -16,8 +16,8 @@ $family-sans-serif: "Lato", sans-serif;
|
||||
$grey-dark: $brown;
|
||||
$grey-light: $beige-light;
|
||||
//$primary: $purple;
|
||||
//$link: $pink;
|
||||
$link: $black;
|
||||
$link: $pink;
|
||||
//$link: $black;
|
||||
$widescreen-enabled: false;
|
||||
$fullhd-enabled: false;
|
||||
|
||||
@ -26,6 +26,7 @@ $fullhd-enabled: false;
|
||||
$control-border-width: 2px;
|
||||
$input-border-color: transparent;
|
||||
$input-shadow: none;
|
||||
$footer-padding: 3rem 1.5rem;
|
||||
|
||||
/* Styles */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user