Skip to content

Commit

Permalink
Tweak CSS stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Kayce Basques committed Nov 23, 2023
1 parent dfa4a30 commit f8f8e6f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions _static/biodigitaljazz.css
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
/* TODO: Struggle with CSS here */

a.headerlink {
margin-left: 0.25em;
}

footer {
margin: 3em 0 0 0;
}

footer p {
text-align: center;
margin: 0;
padding: 0;
}

nav ul {
margin: 0;
padding: 0;
}

nav li {
display: inline;
margin-right: 1em;
}
2 changes: 1 addition & 1 deletion _templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</nav>
{% block body %}{{ body() }}{% endblock %}
<footer>
<p>© 2023 Kayce Basques</p>
<p>
<p>© 2023 Kayce Basques</p>
<a href="https://youtu.be/gr4wJSqQRy8?si=U72psOX5SfjNdtXL">
Bio-digital jazz, man
</a>
Expand Down

0 comments on commit f8f8e6f

Please sign in to comment.