diff --git a/_layouts/post.html b/_layouts/post.html index 66a6589..9e63306 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -12,3 +12,16 @@ layout: default {{ content }} + +
diff --git a/assets/css/navigation.css b/assets/css/navigation.css index 92dbd00..c49ae45 100644 --- a/assets/css/navigation.css +++ b/assets/css/navigation.css @@ -139,3 +139,24 @@ margin: 0; display: inline-block; } + +.project-footer { + box-sizing: border-box; + display: flex; + flex-direction: row; + justify-content: space-between; + + height: 64px; + border-top: 1px solid black; + border-bottom: 1px solid black; + + padding-top: 16px; + padding-bottom: 16px; + margin-top: 96px; +} + +.project-footer div { + display: flex; + flex-direction: row; + align-items: center; +}