Skip to content

Commit

Permalink
better css
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Aug 16, 2024
1 parent dd0f81f commit 190a9c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion documentation/_includes/assets/css/mbta.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@

body {
font-family: var(--font-stack);
font-size: var(--font-size-default);
color: var(--text-primary);
}

Expand Down
11 changes: 11 additions & 0 deletions documentation/_includes/components/head.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@
<meta name="description" content="{{ metaDescription or renderData.metaDescription or site.description }}">
<link rel="stylesheet" href="/style.css?v={% version %}" />
<link rel="stylesheet" href="/_includes/assets/css/mbta.css" />
<style>
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
footer {
margin-top: auto;
}
</style>
{% set js %}
{% include "assets/js/inline.js" %}
{% include "assets/js/search.js" %}
Expand Down

0 comments on commit 190a9c7

Please sign in to comment.