Skip to content

Commit

Permalink
Fix line height for title in lecture summary. Add footer content. #32
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzkock committed Jun 19, 2017
1 parent 9f4fd51 commit 4bc7a02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/assets/stylesheets/_growthlectures.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ body {
height: $footer-height;
box-shadow: 0px -1px 1px $secondary-background;
border-top: 1px $border-color solid;
text-align: center;

p {
margin: 20px 0;
Expand All @@ -51,6 +52,7 @@ body {
}
h3 {
margin-top: 0;
line-height: 32px;
}

}
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta th:name="_csrf" th:content="${_csrf.token}"/>
<meta th:name="_csrf_header" th:content="${_csrf.headerName}"/>

<title layout:title-pattern="$DECORATOR_TITLE - $CONTENT_TITLE">Groth Lectures</title>
<title layout:title-pattern="$DECORATOR_TITLE - $CONTENT_TITLE">Growth Lectures</title>

<!-- Bootstrap -->
<link rel="stylesheet" href="/assets/style.css" />
Expand Down Expand Up @@ -59,7 +59,7 @@

<footer class="footer">
<div class="container">
<p class="text-muted">Place sticky footer content here.</p>
<p class="text-muted">&copy; 2017 Growth Lectures</p>
</div>
</footer>

Expand Down

0 comments on commit 4bc7a02

Please sign in to comment.