small adjustments and changes to visuals

This commit is contained in:
len0rd 2022-10-05 11:21:25 -04:00
parent 5abcc940ce
commit 3c6c9bbb50
7 changed files with 19 additions and 42 deletions

View file

@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="/css/projects.css">
</head>
<body>
<body class="d-flex flex-column min-vh-100">
<header>
<%- include('../partials/nav') %>
</header>
@ -32,6 +32,7 @@
</div>
</div>
<%- include('../partials/footer') %>
<%- include('../partials/post_html_include') %>
<script>
const TAG_ACTIVE_CLASS = "btn-primary";